-
Notifications
You must be signed in to change notification settings - Fork 914
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
Add Parquet encoding statistics to column chunk metadata #15452
Conversation
@@ -16,6 +16,9 @@ | |||
|
|||
#include "compact_protocol_reader.hpp" | |||
|
|||
#include "parquet.hpp" |
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.
Please remove the empty line above 😄
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.
sorry, but clang-format insists on that line being there 😅
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.
It's weird. Definitely clang-format bug 😓
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.
Yeah. Maybe a special group for header with the same root as the compilation unit 🤷
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.
@harrism Would you mind looking into this please?
/ok to test |
/ok to test |
Thanks for the effort Ed, looks good to me! |
/ok to test |
/ok to test |
/merge |
/ok to test |
Description
Closes #15313
Checklist