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 a9502d42a500 [SPARK-49310][BUILD] Upgrade `Parquet` to 1.14.2
a9502d42a500 is described below
commit a9502d42a5002bac9bee74fef8427a28cf1ddf86
Author: Fokko <[email protected]>
AuthorDate: Wed Sep 11 11:53:11 2024 -0700
[SPARK-49310][BUILD] Upgrade `Parquet` to 1.14.2
### What changes were proposed in this pull request?
This PR aims to upgrade Parquet to 1.14.2.
### Why are the changes needed?
To bring the latest bug fixes.
-
https://mvnrepository.com/artifact/org.apache.parquet/parquet-common/1.14.2
### 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?
No.
Closes #47807 from Fokko/fd-parquet.
Lead-authored-by: Fokko <[email protected]>
Co-authored-by: Dongjoon Hyun <[email protected]>
Co-authored-by: Fokko Driesprong <[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 69123f91fcaf..c89c92815d45 100644
--- a/dev/deps/spark-deps-hadoop-3-hive-2.3
+++ b/dev/deps/spark-deps-hadoop-3-hive-2.3
@@ -236,12 +236,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.1//parquet-column-1.14.1.jar
-parquet-common/1.14.1//parquet-common-1.14.1.jar
-parquet-encoding/1.14.1//parquet-encoding-1.14.1.jar
-parquet-format-structures/1.14.1//parquet-format-structures-1.14.1.jar
-parquet-hadoop/1.14.1//parquet-hadoop-1.14.1.jar
-parquet-jackson/1.14.1//parquet-jackson-1.14.1.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
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 4b769b1f7fee..6f5c9b63f86d 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.1</parquet.version>
+ <parquet.version>1.14.2</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]