Uh oh!
There was an error while loading. Please reload this page.
[SPARK-39332][BUILD] Upgrade RoaringBitmap to 0.9.28 - #36719
Conversation
dongjoon-hyun
left a comment
There was a problem hiding this comment.
Thank you, @LuciferYang .
Could you run MapStatusesSerDeserBenchmark like #29233?
LuciferYang
commented
May 30, 2022
ok |
LuciferYang
commented
May 30, 2022
3da048a update bench result of
need to re-run to keep them the same @dongjoon-hyun ? |
dongjoon-hyun
left a comment
There was a problem hiding this comment.
+1, LGTM. Thank you, @LuciferYang .
The difference is okay because we cannot control it.
Merged to master for Apache Spark 3.4.
LuciferYang
commented
Jul 6, 2022
@dongjoon-hyun Sorry to bother you, I used It seems that |
dongjoon-hyun
commented
Jul 7, 2022
Thank you for pinging me, @LuciferYang . Let me check it. |
dongjoon-hyun
commented
Jul 7, 2022
Oh, you are right. Sorry for misleading you so far, @LuciferYang . :( |
LuciferYang
commented
Jul 7, 2022
doesn't matter ~ :) |
What changes were proposed in this pull request?
This pr aims upgrade
RoaringBitmapto 0.9.28Why are the changes needed?
This version bring bug fix and optimization, for example, andCardinality/orCardinality without materialising a bitmap, optimized
andCardinality/orCardinalityperformance.The changes between 0.9.25 and 0.9.28 as follows:
Does this PR introduce any user-facing change?
No.
How was this patch tested?
Pass Github Actions