-
Notifications
You must be signed in to change notification settings - Fork 29k
[SPARK-39626][BUILD] Upgrade RoaringBitmap from 0.9.28 to 0.9.30 #37012
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
|
@panbingkun Could you run |
ok!updated. JDK8: https://github.com/panbingkun/spark/runs/7087301382?check_suite_focus=true |
|
Pr title should be |
Updated |
|
Merged to master |
|
Can one of the admins verify this patch? |
|
Thank @LuciferYang & @srowen for review! |
What changes were proposed in this pull request?
This pr aims upgrade RoaringBitmap from 0.9.28 to 0.9.30 for fix bug.
Why are the changes needed?
This version contain bug fix: fix previousValue value smaller than first value
The changes between 0.9.28 and 0.9.30 as follows:
Does this PR introduce any user-facing change?
No
How was this patch tested?
Pass GA.