-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Fix extract parquet statistics from Decimal256 columns #10777
Conversation
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.
Thank you @xinlifoobar -- again a really nice PR 🙏
None, | ||
Some(i256::from(22000)), | ||
// row group 2 | ||
Some(i256::MAX), |
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.
👍 nice for adding limits
I am slowly merging these PRs after resolving conflicts. I hope to be done by tomorrow |
Hey @alamb, because we are not in the same time zone, I couldn't resolve such issues on time. I will periodically check my PRs to resolve conflicts in my daytime and just feel free to leave a comment when you found one. Thanks in advance :) |
No worries at all -- thank @xinlifoobar -- there were about 5 PRs adding support for the different types that conflicted so Iw as just working through each PR one by one and resolving the conflicts myself. Otherwise as you pointed out, timezone differences mean it would likely take 5 days to get them all in I'll handle getting this one in (it is next on the list) |
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.
Nice work! @xinlifoobar 👍
Thanks @Weijun-H and @xinlifoobar |
* Fix Extract parquet statistics from Decimal256 columns * Fix comment --------- Co-authored-by: Andrew Lamb <[email protected]>
Which issue does this PR close?
Closes #10755 .
Rationale for this change
What changes are included in this PR?
Are these changes tested?
Are there any user-facing changes?