Skip to content

Commit 378e74a

Browse files
committed
[SPARK-55455][BUILD] Upgrade RoaringBitmap to 1.6.0
### What changes were proposed in this pull request? This PR aims to upgrade `RoaringBitmap` to 1.6.0. ### Why are the changes needed? To use the latest bug fixed versions. - https://github.com/RoaringBitmap/RoaringBitmap/releases/tag/1.6.0 - https://github.com/RoaringBitmap/RoaringBitmap/releases/tag/1.5.4 ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? Pass the CIs. ### Was this patch authored or co-authored using generative AI tooling? Generated-by: `Gemini 3 Pro (High)` on `Antigravity` Closes #54232 from dongjoon-hyun/SPARK-55455. Authored-by: Dongjoon Hyun <[email protected]> Signed-off-by: Dongjoon Hyun <[email protected]>
1 parent 605305b commit 378e74a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dev/deps/spark-deps-hadoop-3-hive-2.3

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ parquet-jackson/1.17.0//parquet-jackson-1.17.0.jar
258258
pickle/1.5//pickle-1.5.jar
259259
py4j/0.10.9.9//py4j-0.10.9.9.jar
260260
remotetea-oncrpc/1.1.2//remotetea-oncrpc-1.1.2.jar
261-
roaringbitmap/1.5.3//roaringbitmap-1.5.3.jar
261+
roaringbitmap/1.6.0//roaringbitmap-1.6.0.jar
262262
rocksdbjni/9.8.4//rocksdbjni-9.8.4.jar
263263
scala-compiler/2.13.18//scala-compiler-2.13.18.jar
264264
scala-library/2.13.18//scala-library-2.13.18.jar

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -932,7 +932,7 @@
932932
<dependency>
933933
<groupId>com.github.RoaringBitmap.RoaringBitmap</groupId>
934934
<artifactId>roaringbitmap</artifactId>
935-
<version>1.5.3</version>
935+
<version>1.6.0</version>
936936
</dependency>
937937
<!-- Netty Begin -->
938938
<dependency>

0 commit comments

Comments
 (0)