Revision 6ff93eaca57e14ed26e2e3cceb25d53e811f4765 authored by panbingkun on 30 July 2024, 05:28:53 UTC, committed by yangjie01 on 30 July 2024, 05:28:53 UTC
### What changes were proposed in this pull request?
The pr aims to upgrade `RoaringBitmap` from `1.1.0` to `1.2.1`.

### Why are the changes needed?
- The full release notes: https://github.com/RoaringBitmap/RoaringBitmap/releases/tag/1.2.0
- The latest version has brought bug fixes and some improvements:
  improve: Optimize RoaringBitSet.get(int fromIndex, int toIndex) https://github.com/RoaringBitmap/RoaringBitmap/pull/727
  fix: add bitmapOfRange (non-static) in https://github.com/RoaringBitmap/RoaringBitmap/pull/728

### Does this PR introduce _any_ user-facing change?
No.

### How was this patch tested?
Pass GA.

### Was this patch authored or co-authored using generative AI tooling?
No.

Closes #47247 from panbingkun/SPARK-48829.

Authored-by: panbingkun <panbingkun@baidu.com>
Signed-off-by: yangjie01 <yangjie01@baidu.com>
1 parent 76bbcc5
History

README.md

back to top