-
Notifications
You must be signed in to change notification settings - Fork 786
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 decimals min max statistics #1621
Conversation
Hi @viirya, could you please help to trigger the CI processes? Thank you! |
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.
LGTM
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.
Looks good with two questions.
I will merge this after CI passes. |
I will hold off on making the 13.0.0 release candidate to include this fix |
Since the MIRI test takes a while to run (and it will run again on the branch prior to release) I am going to merge this PR in even before it is complete so I can make the release candidate. 🚀 |
Thanks @viirya and @atefsawaed |
Thanks @alamb @atefsawaed @sunchao @HaoYang670 |
Which issue does this PR close?
Closes #1532.
Rationale for this change
What changes are included in this PR?
Added a suitable comparator for Decimals that are built with byte arrays.
Are there any user-facing changes?
No.