This is an automated email from the ASF dual-hosted git repository.

dongjoon pushed a commit to branch branch-3.2
in repository https://gitbox.apache.org/repos/asf/spark.git


The following commit(s) were added to refs/heads/branch-3.2 by this push:
     new e8462a5  [SPARK-36347][SS] Upgrade the RocksDB version to 6.20.3
e8462a5 is described below

commit e8462a584c5c7822960f081e9b3269a6f32c14d1
Author: Yuanjian Li <yuanjian...@databricks.com>
AuthorDate: Thu Jul 29 11:08:58 2021 -0700

    [SPARK-36347][SS] Upgrade the RocksDB version to 6.20.3
    
    ### What changes were proposed in this pull request?
    As the discussion in 
https://github.com/apache/spark/pull/32928/files#r654049392, after confirming 
the compatibility, we can use a newer RocksDB version for the state store 
implementation.
    
    ### Why are the changes needed?
    For further ARM support and leverage the bug fix for the newer version.
    
    ### Does this PR introduce _any_ user-facing change?
    No.
    
    ### How was this patch tested?
    Existing tests.
    
    Closes #33578 from xuanyuanking/SPARK-36347.
    
    Authored-by: Yuanjian Li <yuanjian...@databricks.com>
    Signed-off-by: Dongjoon Hyun <dh...@apple.com>
    (cherry picked from commit 4cd5fa96d819a930b10ffb91989a5b70ecb23eb3)
    Signed-off-by: Dongjoon Hyun <dh...@apple.com>
---
 dev/deps/spark-deps-hadoop-2.7-hive-2.3 | 2 +-
 dev/deps/spark-deps-hadoop-3.2-hive-2.3 | 2 +-
 sql/core/pom.xml                        | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev/deps/spark-deps-hadoop-2.7-hive-2.3 
b/dev/deps/spark-deps-hadoop-2.7-hive-2.3
index 19de6d8..5095fb9 100644
--- a/dev/deps/spark-deps-hadoop-2.7-hive-2.3
+++ b/dev/deps/spark-deps-hadoop-2.7-hive-2.3
@@ -210,7 +210,7 @@ parquet-jackson/1.12.0//parquet-jackson-1.12.0.jar
 protobuf-java/2.5.0//protobuf-java-2.5.0.jar
 py4j/0.10.9.2//py4j-0.10.9.2.jar
 pyrolite/4.30//pyrolite-4.30.jar
-rocksdbjni/6.2.2//rocksdbjni-6.2.2.jar
+rocksdbjni/6.20.3//rocksdbjni-6.20.3.jar
 scala-collection-compat_2.12/2.1.1//scala-collection-compat_2.12-2.1.1.jar
 scala-compiler/2.12.14//scala-compiler-2.12.14.jar
 scala-library/2.12.14//scala-library-2.12.14.jar
diff --git a/dev/deps/spark-deps-hadoop-3.2-hive-2.3 
b/dev/deps/spark-deps-hadoop-3.2-hive-2.3
index d59496a..cde9148 100644
--- a/dev/deps/spark-deps-hadoop-3.2-hive-2.3
+++ b/dev/deps/spark-deps-hadoop-3.2-hive-2.3
@@ -181,7 +181,7 @@ parquet-jackson/1.12.0//parquet-jackson-1.12.0.jar
 protobuf-java/2.5.0//protobuf-java-2.5.0.jar
 py4j/0.10.9.2//py4j-0.10.9.2.jar
 pyrolite/4.30//pyrolite-4.30.jar
-rocksdbjni/6.2.2//rocksdbjni-6.2.2.jar
+rocksdbjni/6.20.3//rocksdbjni-6.20.3.jar
 scala-collection-compat_2.12/2.1.1//scala-collection-compat_2.12-2.1.1.jar
 scala-compiler/2.12.14//scala-compiler-2.12.14.jar
 scala-library/2.12.14//scala-library-2.12.14.jar
diff --git a/sql/core/pom.xml b/sql/core/pom.xml
index 149b58b..da75019 100644
--- a/sql/core/pom.xml
+++ b/sql/core/pom.xml
@@ -38,7 +38,7 @@
     <dependency>
       <groupId>org.rocksdb</groupId>
       <artifactId>rocksdbjni</artifactId>
-      <version>6.2.2</version>
+      <version>6.20.3</version>
     </dependency>
     <dependency>
       <groupId>com.univocity</groupId>

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

Reply via email to