You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[SPARK-27216][CORE][BACKPORT-2.4] Upgrade RoaringBitmap to 0.7.45 to fix Kryo unsafe ser/dser issue
## What changes were proposed in this pull request?
Back-port of apache#24264 to branch-2.4.
HighlyCompressedMapStatus uses RoaringBitmap to record the empty blocks. But RoaringBitmap couldn't be ser/deser with unsafe KryoSerializer.
It's a bug of RoaringBitmap-0.5.11 and fixed in latest version.
## How was this patch tested?
Add a UT
Closesapache#24290 from LantaoJin/SPARK-27216_BACKPORT-2.4.
Authored-by: LantaoJin <[email protected]>
Signed-off-by: Sean Owen <[email protected]>
0 commit comments