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 2fb31dea1c53 [SPARK-47930][BUILD] Upgrade RoaringBitmap to 1.0.6
2fb31dea1c53 is described below

commit 2fb31dea1c53352a8101bb0ec91f46c7d7ff826e
Author: panbingkun <panbing...@baidu.com>
AuthorDate: Mon Apr 22 00:44:32 2024 -0700

    [SPARK-47930][BUILD] Upgrade RoaringBitmap to 1.0.6
    
    ### What changes were proposed in this pull request?
    The pr aims to upgrade `RoaringBitmap` from `1.0.5` to `1.0.6`.
    
    ### Why are the changes needed?
    The full release notes:
    https://github.com/RoaringBitmap/RoaringBitmap/releases/tag/1.0.6
    
    ### 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 #46152 from panbingkun/SPARK-47930.
    
    Authored-by: panbingkun <panbing...@baidu.com>
    Signed-off-by: Dongjoon Hyun <dh...@apple.com>
---
 core/benchmarks/MapStatusesConvertBenchmark-jdk21-results.txt | 8 ++++----
 core/benchmarks/MapStatusesConvertBenchmark-results.txt       | 8 ++++----
 dev/deps/spark-deps-hadoop-3-hive-2.3                         | 2 +-
 pom.xml                                                       | 2 +-
 4 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/core/benchmarks/MapStatusesConvertBenchmark-jdk21-results.txt 
b/core/benchmarks/MapStatusesConvertBenchmark-jdk21-results.txt
index 502d10c1c58c..607efde07d1e 100644
--- a/core/benchmarks/MapStatusesConvertBenchmark-jdk21-results.txt
+++ b/core/benchmarks/MapStatusesConvertBenchmark-jdk21-results.txt
@@ -2,12 +2,12 @@
 MapStatuses Convert Benchmark
 
================================================================================================
 
-OpenJDK 64-Bit Server VM 21.0.2+13-LTS on Linux 6.5.0-1016-azure
+OpenJDK 64-Bit Server VM 21.0.3+9-LTS on Linux 6.5.0-1018-azure
 AMD EPYC 7763 64-Core Processor
 MapStatuses Convert:                      Best Time(ms)   Avg Time(ms)   
Stdev(ms)    Rate(M/s)   Per Row(ns)   Relative
 
------------------------------------------------------------------------------------------------------------------------
-Num Maps: 50000 Fetch partitions:500                708            715         
  8          0.0   707870326.0       1.0X
-Num Maps: 50000 Fetch partitions:1000              1610           1623         
 12          0.0  1610312472.0       0.4X
-Num Maps: 50000 Fetch partitions:1500              2443           2461         
 23          0.0  2442675908.0       0.3X
+Num Maps: 50000 Fetch partitions:500                686            690         
  4          0.0   686489113.0       1.0X
+Num Maps: 50000 Fetch partitions:1000              1701           1727         
 24          0.0  1700658689.0       0.4X
+Num Maps: 50000 Fetch partitions:1500              2750           2760         
 13          0.0  2749746755.0       0.2X
 
 
diff --git a/core/benchmarks/MapStatusesConvertBenchmark-results.txt 
b/core/benchmarks/MapStatusesConvertBenchmark-results.txt
index 9fe4175bb5d9..3efec12b2cb3 100644
--- a/core/benchmarks/MapStatusesConvertBenchmark-results.txt
+++ b/core/benchmarks/MapStatusesConvertBenchmark-results.txt
@@ -2,12 +2,12 @@
 MapStatuses Convert Benchmark
 
================================================================================================
 
-OpenJDK 64-Bit Server VM 17.0.10+7-LTS on Linux 6.5.0-1016-azure
+OpenJDK 64-Bit Server VM 17.0.11+9-LTS on Linux 6.5.0-1018-azure
 AMD EPYC 7763 64-Core Processor
 MapStatuses Convert:                      Best Time(ms)   Avg Time(ms)   
Stdev(ms)    Rate(M/s)   Per Row(ns)   Relative
 
------------------------------------------------------------------------------------------------------------------------
-Num Maps: 50000 Fetch partitions:500                775            778         
  5          0.0   774980756.0       1.0X
-Num Maps: 50000 Fetch partitions:1000              1765           1765         
  1          0.0  1765011999.0       0.4X
-Num Maps: 50000 Fetch partitions:1500              2671           2682         
 15          0.0  2671372452.0       0.3X
+Num Maps: 50000 Fetch partitions:500                736            746         
 12          0.0   736390304.0       1.0X
+Num Maps: 50000 Fetch partitions:1000              1615           1632         
 16          0.0  1615129364.0       0.5X
+Num Maps: 50000 Fetch partitions:1500              2574           2589         
 14          0.0  2573656222.0       0.3X
 
 
diff --git a/dev/deps/spark-deps-hadoop-3-hive-2.3 
b/dev/deps/spark-deps-hadoop-3-hive-2.3
index 6420c9df4d16..c1adff73d339 100644
--- a/dev/deps/spark-deps-hadoop-3-hive-2.3
+++ b/dev/deps/spark-deps-hadoop-3-hive-2.3
@@ -1,7 +1,7 @@
 HikariCP/2.5.1//HikariCP-2.5.1.jar
 JLargeArrays/1.5//JLargeArrays-1.5.jar
 JTransforms/3.1//JTransforms-3.1.jar
-RoaringBitmap/1.0.5//RoaringBitmap-1.0.5.jar
+RoaringBitmap/1.0.6//RoaringBitmap-1.0.6.jar
 ST4/4.0.4//ST4-4.0.4.jar
 activation/1.1.1//activation-1.1.1.jar
 aircompressor/0.26//aircompressor-0.26.jar
diff --git a/pom.xml b/pom.xml
index 1c60c8ca9ccb..a9a49517da43 100644
--- a/pom.xml
+++ b/pom.xml
@@ -826,7 +826,7 @@
       <dependency>
         <groupId>org.roaringbitmap</groupId>
         <artifactId>RoaringBitmap</artifactId>
-        <version>1.0.5</version>
+        <version>1.0.6</version>
       </dependency>
 
       <!-- Netty Begin -->


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org
For additional commands, e-mail: commits-h...@spark.apache.org

Reply via email to