Skip to content

Commit

Permalink
[SPARK-49310][BUILD] Upgrade Parquet to 1.14.2
Browse files Browse the repository at this point in the history
### 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 apache#47807 from Fokko/fd-parquet.

Lead-authored-by: Fokko <fokko@apache.org>
Co-authored-by: Dongjoon Hyun <dongjoon@apache.org>
Co-authored-by: Fokko Driesprong <fokko@apache.org>
Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
  • Loading branch information
Fokko and dongjoon-hyun committed Sep 11, 2024
1 parent d72e8f9 commit a9502d4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions dev/deps/spark-deps-hadoop-3-hive-2.3
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit a9502d4

Please sign in to comment.