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 3ad4ecaffff2 [SPARK-54822][BUILD] Bump Parquet 1.17.0
3ad4ecaffff2 is described below

commit 3ad4ecaffff22e58bc2df35bb5d3319e4bb4ba09
Author: Cheng Pan <[email protected]>
AuthorDate: Thu Jan 15 08:39:43 2026 +0900

    [SPARK-54822][BUILD] Bump Parquet 1.17.0
    
    ### What changes were proposed in this pull request?
    
    Parquet Java 1.17.0 Release Notes
    
    https://github.com/apache/parquet-java/releases/tag/apache-parquet-1.17.0
    
    Note, this is the first version that requires Java 11+ (instead of Java 8)
    
    ### Why are the changes needed?
    
    Keep Parquet up-to-date.
    
    ### Does this PR introduce _any_ user-facing change?
    
    No.
    
    ### How was this patch tested?
    
    Pass GHA.
    
    ### Was this patch authored or co-authored using generative AI tooling?
    
    No.
    
    Closes #53582 from pan3793/SPARK-54822.
    
    Authored-by: Cheng Pan <[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 047924eb0436..66b65b28fdfe 100644
--- a/dev/deps/spark-deps-hadoop-3-hive-2.3
+++ b/dev/deps/spark-deps-hadoop-3-hive-2.3
@@ -249,12 +249,12 @@ orc-shims/2.2.2//orc-shims-2.2.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.3//paranamer-2.8.3.jar
-parquet-column/1.16.0//parquet-column-1.16.0.jar
-parquet-common/1.16.0//parquet-common-1.16.0.jar
-parquet-encoding/1.16.0//parquet-encoding-1.16.0.jar
-parquet-format-structures/1.16.0//parquet-format-structures-1.16.0.jar
-parquet-hadoop/1.16.0//parquet-hadoop-1.16.0.jar
-parquet-jackson/1.16.0//parquet-jackson-1.16.0.jar
+parquet-column/1.17.0//parquet-column-1.17.0.jar
+parquet-common/1.17.0//parquet-common-1.17.0.jar
+parquet-encoding/1.17.0//parquet-encoding-1.17.0.jar
+parquet-format-structures/1.17.0//parquet-format-structures-1.17.0.jar
+parquet-hadoop/1.17.0//parquet-hadoop-1.17.0.jar
+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
diff --git a/pom.xml b/pom.xml
index 630a72ee510a..1a74f45be024 100644
--- a/pom.xml
+++ b/pom.xml
@@ -141,7 +141,7 @@
     <kafka.version>3.9.1</kafka.version>
     <!-- After 10.17.1.0, the minimum required version is JDK19 -->
     <derby.version>10.16.1.1</derby.version>
-    <parquet.version>1.16.0</parquet.version>
+    <parquet.version>1.17.0</parquet.version>
     <orc.version>2.2.2</orc.version>
     <orc.classifier>shaded-protobuf</orc.classifier>
     <jetty.version>12.1.5</jetty.version>


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

Reply via email to