Skip to content

Commit

Permalink
[SPARK-46496][BUILD] Upgrade Arrow to 14.0.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 Apache Arrow to 14.0.2.

### Why are the changes needed?

To use the latest bug fixed version in various environments
- https://arrow.apache.org/release/14.0.2.html
  - apache/arrow#38577

### 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 #44472 from dongjoon-hyun/SPARK-46496.

Authored-by: Dongjoon Hyun <dhyun@apple.com>
Signed-off-by: Dongjoon Hyun <dhyun@apple.com>
  • Loading branch information
dongjoon-hyun committed Dec 25, 2023
1 parent 5db7beb commit eae0929
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions dev/deps/spark-deps-hadoop-3-hive-2.3
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ antlr4-runtime/4.13.1//antlr4-runtime-4.13.1.jar
aopalliance-repackaged/2.6.1//aopalliance-repackaged-2.6.1.jar
arpack/3.0.3//arpack-3.0.3.jar
arpack_combined_all/0.1//arpack_combined_all-0.1.jar
arrow-format/14.0.1//arrow-format-14.0.1.jar
arrow-memory-core/14.0.1//arrow-memory-core-14.0.1.jar
arrow-memory-netty/14.0.1//arrow-memory-netty-14.0.1.jar
arrow-vector/14.0.1//arrow-vector-14.0.1.jar
arrow-format/14.0.2//arrow-format-14.0.2.jar
arrow-memory-core/14.0.2//arrow-memory-core-14.0.2.jar
arrow-memory-netty/14.0.2//arrow-memory-netty-14.0.2.jar
arrow-vector/14.0.2//arrow-vector-14.0.2.jar
audience-annotations/0.12.0//audience-annotations-0.12.0.jar
avro-ipc/1.11.3//avro-ipc-1.11.3.jar
avro-mapred/1.11.3//avro-mapred-1.11.3.jar
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@
If you are changing Arrow version specification, please check
./python/pyspark/sql/pandas/utils.py, and ./python/setup.py too.
-->
<arrow.version>14.0.1</arrow.version>
<arrow.version>14.0.2</arrow.version>
<ammonite.version>2.5.11</ammonite.version>

<!-- org.fusesource.leveldbjni will be used except on arm64 platform. -->
Expand Down

0 comments on commit eae0929

Please sign in to comment.