Skip to content

Commit bd581ec

Browse files
pan3793dongjoon-hyun
authored andcommitted
[SPARK-51549][BUILD] Bump Parquet 1.15.1
### What changes were proposed in this pull request? Bump Parquet 1.15.1. ### Why are the changes needed? Release Notes https://github.com/apache/parquet-java/releases/tag/apache-parquet-1.15.1 ### 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 apache#50319 from pan3793/SPARK-51549. Authored-by: Cheng Pan <chengpan@apache.org> Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
1 parent bfe63a3 commit bd581ec

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

dev/deps/spark-deps-hadoop-3-hive-2.3

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -242,12 +242,12 @@ orc-shims/2.1.1//orc-shims-2.1.1.jar
242242
oro/2.0.8//oro-2.0.8.jar
243243
osgi-resource-locator/1.0.3//osgi-resource-locator-1.0.3.jar
244244
paranamer/2.8//paranamer-2.8.jar
245-
parquet-column/1.15.0//parquet-column-1.15.0.jar
246-
parquet-common/1.15.0//parquet-common-1.15.0.jar
247-
parquet-encoding/1.15.0//parquet-encoding-1.15.0.jar
248-
parquet-format-structures/1.15.0//parquet-format-structures-1.15.0.jar
249-
parquet-hadoop/1.15.0//parquet-hadoop-1.15.0.jar
250-
parquet-jackson/1.15.0//parquet-jackson-1.15.0.jar
245+
parquet-column/1.15.1//parquet-column-1.15.1.jar
246+
parquet-common/1.15.1//parquet-common-1.15.1.jar
247+
parquet-encoding/1.15.1//parquet-encoding-1.15.1.jar
248+
parquet-format-structures/1.15.1//parquet-format-structures-1.15.1.jar
249+
parquet-hadoop/1.15.1//parquet-hadoop-1.15.1.jar
250+
parquet-jackson/1.15.1//parquet-jackson-1.15.1.jar
251251
pickle/1.5//pickle-1.5.jar
252252
py4j/0.10.9.9//py4j-0.10.9.9.jar
253253
remotetea-oncrpc/1.1.2//remotetea-oncrpc-1.1.2.jar

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@
137137
<kafka.version>3.9.0</kafka.version>
138138
<!-- After 10.17.1.0, the minimum required version is JDK19 -->
139139
<derby.version>10.16.1.1</derby.version>
140-
<parquet.version>1.15.0</parquet.version>
140+
<parquet.version>1.15.1</parquet.version>
141141
<orc.version>2.1.1</orc.version>
142142
<orc.classifier>shaded-protobuf</orc.classifier>
143143
<jetty.version>11.0.24</jetty.version>

0 commit comments

Comments
 (0)