This is an automated email from the ASF dual-hosted git repository.
dongjoon pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git
The following commit(s) were added to refs/heads/master by this push:
new 378e74a9efe3 [SPARK-55455][BUILD] Upgrade `RoaringBitmap` to 1.6.0
378e74a9efe3 is described below
commit 378e74a9efe3ab6d007a55df3bea10f9240dd745
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Mon Feb 9 14:47:54 2026 -0800
[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]>
---
dev/deps/spark-deps-hadoop-3-hive-2.3 | 2 +-
pom.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev/deps/spark-deps-hadoop-3-hive-2.3
b/dev/deps/spark-deps-hadoop-3-hive-2.3
index dce8ae7e1ada..40d9ec99d76d 100644
--- a/dev/deps/spark-deps-hadoop-3-hive-2.3
+++ b/dev/deps/spark-deps-hadoop-3-hive-2.3
@@ -258,7 +258,7 @@ parquet-jackson/1.17.0//parquet-jackson-1.17.0.jar
pickle/1.5//pickle-1.5.jar
py4j/0.10.9.9//py4j-0.10.9.9.jar
remotetea-oncrpc/1.1.2//remotetea-oncrpc-1.1.2.jar
-roaringbitmap/1.5.3//roaringbitmap-1.5.3.jar
+roaringbitmap/1.6.0//roaringbitmap-1.6.0.jar
rocksdbjni/9.8.4//rocksdbjni-9.8.4.jar
scala-compiler/2.13.18//scala-compiler-2.13.18.jar
scala-library/2.13.18//scala-library-2.13.18.jar
diff --git a/pom.xml b/pom.xml
index 2b327a6498e1..6710b5651f6e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -932,7 +932,7 @@
<dependency>
<groupId>com.github.RoaringBitmap.RoaringBitmap</groupId>
<artifactId>roaringbitmap</artifactId>
- <version>1.5.3</version>
+ <version>1.6.0</version>
</dependency>
<!-- Netty Begin -->
<dependency>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]