Skip to content

Commit

Permalink
[SPARK-49903][BUILD] Upgrade Parquet to 1.14.3
Browse files Browse the repository at this point in the history
### 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
apache/parquet-java#3007: Ensure version specific Jackson classes are shaded
apache/parquet-java#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]>
  • Loading branch information
panbingkun authored and dongjoon-hyun committed Oct 8, 2024
1 parent ef142c4 commit 83f732c
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 @@ -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
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.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>
Expand Down

0 comments on commit 83f732c

Please sign in to comment.