Uh oh!
There was an error while loading. Please reload this page.
[SPARK-39626][BUILD] Upgrade RoaringBitmap from 0.9.28 to 0.9.30 - #37012
Closed
panbingkun wants to merge 2 commits into
Closed
[SPARK-39626][BUILD] Upgrade RoaringBitmap from 0.9.28 to 0.9.30#37012panbingkun wants to merge 2 commits into
panbingkun wants to merge 2 commits into
Conversation
LuciferYang
commented
Jun 28, 2022
Contributor
@panbingkun Could you run |
ContributorAuthor
ok!updated. JDK8: https://github.com/panbingkun/spark/runs/7087301382?check_suite_focus=true |
LuciferYang
commented
Jun 28, 2022
Contributor
Pr title should be |
panbingkun
commented
Jun 28, 2022
ContributorAuthor
Updated |
LuciferYang
commented
Jun 28, 2022
Contributor
srowen
approved these changes
Jun 28, 2022
LuciferYang
approved these changes
Jun 28, 2022
LuciferYang
approved these changes
Jun 28, 2022
srowen
commented
Jun 28, 2022
Member
Merged to master |
AmplabJenkins
commented
Jun 28, 2022
Can one of the admins verify this patch? |
panbingkun
commented
Jun 29, 2022
ContributorAuthor
Thank @LuciferYang & @srowen for review! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.