Skip to content

Commit fae131e

Browse files
authored
GEOMESA-3566 Upgrade Apache Arrow to 19.0.0 (#3530)
1 parent f3ea532 commit fae131e

3 files changed

Lines changed: 7 additions & 6 deletions

File tree

build/dependencies.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -114,11 +114,11 @@ org.antlr:antlr4-runtime:4.9.3:compile
114114
org.apache.accumulo:accumulo-access:1.0.0-beta:compile
115115
org.apache.accumulo:accumulo-core:2.1.4:compile
116116
org.apache.accumulo:accumulo-hadoop-mapreduce:2.1.4:compile
117-
org.apache.arrow:arrow-format:18.3.0:compile
118-
org.apache.arrow:arrow-memory-core:18.3.0:compile
119-
org.apache.arrow:arrow-memory-netty-buffer-patch:18.3.0:compile
120-
org.apache.arrow:arrow-memory-netty:18.3.0:compile
121-
org.apache.arrow:arrow-vector:18.3.0:compile
117+
org.apache.arrow:arrow-format:19.0.0:compile
118+
org.apache.arrow:arrow-memory-core:19.0.0:compile
119+
org.apache.arrow:arrow-memory-netty-buffer-patch:19.0.0:compile
120+
org.apache.arrow:arrow-memory-netty:19.0.0:compile
121+
org.apache.arrow:arrow-vector:19.0.0:compile
122122
org.apache.avro:avro:1.11.4:compile
123123
org.apache.commons:commons-collections4:4.4:compile
124124
org.apache.commons:commons-compress:1.26.0:compile

docs/user/upgrade/6.0.0.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ Dependency Version Upgrades
3737

3838
The following dependencies have been upgraded:
3939

40+
* arrow ``18.3.0`` -> ``19.0.0``
4041
* commons-codec ``1.17.1`` -> ``1.18.0``
4142
* commons-lang ``3.15.0`` -> ``3.20.0``
4243
* commons-logging ``1.3.3`` -> ``1.3.5``

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666

6767
<!-- direct dependencies -->
6868
<accumulo.access.version>1.0.0-beta</accumulo.access.version>
69-
<arrow.version>18.3.0</arrow.version>
69+
<arrow.version>19.0.0</arrow.version>
7070
<avro.version>1.11.4</avro.version>
7171
<aws.sdk.v1.version>1.12.793</aws.sdk.v1.version> <!-- latest available as of 2025/11 -->
7272
<aws.sdk.version>2.38.7</aws.sdk.version> <!-- latest available as of 2025/11 -->

0 commit comments

Comments
 (0)