-
Notifications
You must be signed in to change notification settings - Fork 1.5k
PARQUET-432: Complete a todo for method ColumnDescriptor.compareTo() #314
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
|
@rdblue @liancheng would you mind to take a look at this? It's a fairly small, self-explanatory change. Thanks! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Newline at the end of file please.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Addressed the issue. Thanks!
|
Looks good to me except for one minor formatting issue. |
|
Updates: added a new line at the end of file. |
|
+1 pending Jenkins |
|
Thanks for fixing this! Merging to master. |
The ticket proposes to consider the case *path.length < o.path.length* in, for method ColumnDescriptor.compareTo(). Author: proflin <proflin.me@gmail.com> Closes apache#314 from proflin/PARQUET-432 and squashes the following commits: 80ba94b [proflin] Addresses PR comments 6ccd00f [proflin] Revert Updates a4d2a4a [proflin] PARQUET-432: Complete a todo in method ColumnDescriptor.compareTo() 694b76b [proflin] Updates
The ticket proposes to consider the case *path.length < o.path.length* in, for method ColumnDescriptor.compareTo(). Author: proflin <proflin.me@gmail.com> Closes apache#314 from proflin/PARQUET-432 and squashes the following commits: 80ba94b [proflin] Addresses PR comments 6ccd00f [proflin] Revert Updates a4d2a4a [proflin] PARQUET-432: Complete a todo in method ColumnDescriptor.compareTo() 694b76b [proflin] Updates
The ticket proposes to consider the case *path.length < o.path.length* in, for method ColumnDescriptor.compareTo(). Author: proflin <proflin.me@gmail.com> Closes apache#314 from proflin/PARQUET-432 and squashes the following commits: 80ba94b [proflin] Addresses PR comments 6ccd00f [proflin] Revert Updates a4d2a4a [proflin] PARQUET-432: Complete a todo in method ColumnDescriptor.compareTo() 694b76b [proflin] Updates
The ticket proposes to consider the case path.length < o.path.length in, for method ColumnDescriptor.compareTo().