-
Notifications
You must be signed in to change notification settings - Fork 2k
Add printFineSchema() for printing hierarchy ordered types. #281
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Thanks for assembling this, this is really awesome. I'm curious why you think |
Also, I'm curious about the primary motivation. Are you looking for Or are you just looking to see these printed in a way that is easier to read in the output? |
@leebyron I write |
@leebyron hello, is this suitable for merge? Cause im poor at english, if i have some misunderstanding about your meaning,please forgive me.
|
What I'm trying to understand is the purpose - the "why" of this method. Have you added it because it should definitely exist in parallel to the existing |
Maybe it is some personal usage for me(just a few people need this). |
…are determined by reference/extends between each type make printSchema print schma in two style(alphabetical or hierarchy)
0034818
to
370422d
Compare
Add printFineSchema() for printing hierarchy ordered types,the ranks are determined by reference/extends between each type.
Not modify the original printSchema.
Something like :
will be ordered to their hierarchy , more details is in tests