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 83f732cb1c3f [SPARK-49903][BUILD] Upgrade `Parquet` to 1.14.3
83f732cb1c3f is described below

commit 83f732cb1c3f8b695d775f530e6dbd7ec78eff6a
Author: panbingkun <[email protected]>
AuthorDate: Tue Oct 8 09:39:27 2024 -0600

    [SPARK-49903][BUILD] Upgrade `Parquet` to 1.14.3
    
    ### What changes were proposed in this pull request?
    The pr aims to upgrade `Parquet` from `1.14.2` to `1.14.3`.
    
    ### Why are the changes needed?
    The full release notes: 
https://github.com/apache/parquet-java/releases/tag/apache-parquet-1.14.3
    https://github.com/apache/parquet-java/issues/3007: Ensure version specific 
Jackson classes are shaded
    https://github.com/apache/parquet-java/issues/3013: Fix potential 
ClassCastException at reading DELTA_BYTE_ARRAY encoding
    
    ### 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 #48378 from panbingkun/SPARK-49903.
    
    Authored-by: panbingkun <[email protected]>
    Signed-off-by: Dongjoon Hyun <[email protected]>
---
 dev/deps/spark-deps-hadoop-3-hive-2.3 | 12 ++++++------
 pom.xml                               |  2 +-
 2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/dev/deps/spark-deps-hadoop-3-hive-2.3 
b/dev/deps/spark-deps-hadoop-3-hive-2.3
index 5cba1c687e5a..f1f44b6fcd5c 100644
--- a/dev/deps/spark-deps-hadoop-3-hive-2.3
+++ b/dev/deps/spark-deps-hadoop-3-hive-2.3
@@ -241,12 +241,12 @@ orc-shims/2.0.2//orc-shims-2.0.2.jar
 oro/2.0.8//oro-2.0.8.jar
 osgi-resource-locator/1.0.3//osgi-resource-locator-1.0.3.jar
 paranamer/2.8//paranamer-2.8.jar
-parquet-column/1.14.2//parquet-column-1.14.2.jar
-parquet-common/1.14.2//parquet-common-1.14.2.jar
-parquet-encoding/1.14.2//parquet-encoding-1.14.2.jar
-parquet-format-structures/1.14.2//parquet-format-structures-1.14.2.jar
-parquet-hadoop/1.14.2//parquet-hadoop-1.14.2.jar
-parquet-jackson/1.14.2//parquet-jackson-1.14.2.jar
+parquet-column/1.14.3//parquet-column-1.14.3.jar
+parquet-common/1.14.3//parquet-common-1.14.3.jar
+parquet-encoding/1.14.3//parquet-encoding-1.14.3.jar
+parquet-format-structures/1.14.3//parquet-format-structures-1.14.3.jar
+parquet-hadoop/1.14.3//parquet-hadoop-1.14.3.jar
+parquet-jackson/1.14.3//parquet-jackson-1.14.3.jar
 pickle/1.5//pickle-1.5.jar
 py4j/0.10.9.7//py4j-0.10.9.7.jar
 remotetea-oncrpc/1.1.2//remotetea-oncrpc-1.1.2.jar
diff --git a/pom.xml b/pom.xml
index 31046e5a85f8..02fb53ea7e2e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -137,7 +137,7 @@
     <kafka.version>3.8.0</kafka.version>
     <!-- After 10.17.1.0, the minimum required version is JDK19 -->
     <derby.version>10.16.1.1</derby.version>
-    <parquet.version>1.14.2</parquet.version>
+    <parquet.version>1.14.3</parquet.version>
     <orc.version>2.0.2</orc.version>
     <orc.classifier>shaded-protobuf</orc.classifier>
     <jetty.version>11.0.23</jetty.version>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to