Skip to content

Commit

Permalink
[SPARK-50439][BUILD] Upgrade Arrow to 18.1.0
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 from 18.0.0 to 18.1.0

### Why are the changes needed?
To bring the latest improvements and bug fixes:
- https://arrow.apache.org/release/18.1.0.html

### Does this PR introduce _any_ user-facing change?
No

### How was this patch tested?
Pass GitHub Actions

### Was this patch authored or co-authored using generative AI tooling?
No

Closes apache#48975 from LuciferYang/arrow-18.1.0.

Authored-by: yangjie01 <[email protected]>
Signed-off-by: panbingkun <[email protected]>
  • Loading branch information
LuciferYang authored and panbingkun committed Nov 28, 2024
1 parent 13c1da7 commit 4eed184
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions dev/deps/spark-deps-hadoop-3-hive-2.3
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ antlr4-runtime/4.13.1//antlr4-runtime-4.13.1.jar
aopalliance-repackaged/3.0.6//aopalliance-repackaged-3.0.6.jar
arpack/3.0.3//arpack-3.0.3.jar
arpack_combined_all/0.1//arpack_combined_all-0.1.jar
arrow-format/18.0.0//arrow-format-18.0.0.jar
arrow-memory-core/18.0.0//arrow-memory-core-18.0.0.jar
arrow-memory-netty-buffer-patch/18.0.0//arrow-memory-netty-buffer-patch-18.0.0.jar
arrow-memory-netty/18.0.0//arrow-memory-netty-18.0.0.jar
arrow-vector/18.0.0//arrow-vector-18.0.0.jar
arrow-format/18.1.0//arrow-format-18.1.0.jar
arrow-memory-core/18.1.0//arrow-memory-core-18.1.0.jar
arrow-memory-netty-buffer-patch/18.1.0//arrow-memory-netty-buffer-patch-18.1.0.jar
arrow-memory-netty/18.1.0//arrow-memory-netty-18.1.0.jar
arrow-vector/18.1.0//arrow-vector-18.1.0.jar
audience-annotations/0.12.0//audience-annotations-0.12.0.jar
avro-ipc/1.12.0//avro-ipc-1.12.0.jar
avro-mapred/1.12.0//avro-mapred-1.12.0.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 @@
./python/pyspark/sql/pandas/utils.py, ./python/packaging/classic/setup.py
and ./python/packaging/connect/setup.py too.
-->
<arrow.version>18.0.0</arrow.version>
<arrow.version>18.1.0</arrow.version>
<ammonite.version>3.0.0</ammonite.version>
<jjwt.version>0.12.6</jjwt.version>

Expand Down

0 comments on commit 4eed184

Please sign in to comment.