Skip to content

Commit

Permalink
GEOMESA-3364 Bump arrow to 16.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
elahrvivaz committed May 21, 2024
1 parent b2ec391 commit 004ca44
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 8 deletions.
13 changes: 6 additions & 7 deletions build/cqs.tsv
Original file line number Diff line number Diff line change
Expand Up @@ -129,10 +129,11 @@ org.apache.accumulo:accumulo-core 2.0.1 compile
org.apache.accumulo:accumulo-core 2.1.2 compile
org.apache.accumulo:accumulo-hadoop-mapreduce 2.0.1 compile
org.apache.accumulo:accumulo-hadoop-mapreduce 2.1.2 compile
org.apache.arrow:arrow-format 15.0.2 compile
org.apache.arrow:arrow-memory-core 15.0.2 compile
org.apache.arrow:arrow-memory-netty 15.0.2 compile
org.apache.arrow:arrow-vector 15.0.2 compile
org.apache.arrow:arrow-format 16.1.0 compile
org.apache.arrow:arrow-memory-core 16.1.0 compile
org.apache.arrow:arrow-memory-netty 16.1.0 compile
org.apache.arrow:arrow-memory-netty-buffer-patch 16.1.0 compile
org.apache.arrow:arrow-vector 16.1.0 compile
org.apache.avro:avro 1.11.3 compile
org.apache.commons:commons-collections4 4.4 compile
org.apache.commons:commons-compress 1.26.0 compile
Expand Down Expand Up @@ -188,8 +189,6 @@ org.apiguardian:apiguardian-api 1.1.2 compile
org.calrissian.mango:mango-core 3.0.0 compile
org.checkerframework:checker-qual 3.37.0 compile
org.checkerframework:checker-qual 3.42.0 compile
org.eclipse.collections:eclipse-collections 11.1.0 compile
org.eclipse.collections:eclipse-collections-api 11.1.0 compile
org.eclipse.emf:org.eclipse.emf.common 2.15.0 compile
org.eclipse.emf:org.eclipse.emf.ecore 2.15.0 compile
org.eclipse.emf:org.eclipse.emf.ecore.xmi 2.15.0 compile
Expand Down Expand Up @@ -302,7 +301,7 @@ com.uber:h3 4.1.1 test
commons-lang:commons-lang 2.6 test
junit:junit 4.13.2 test
org.apache.accumulo:accumulo-test 2.1.2 test
org.apache.arrow:arrow-vector tests:15.0.2 test
org.apache.arrow:arrow-vector tests:16.1.0 test
org.apache.cassandra:cassandra-all 3.11.14 test
org.apache.cassandra:cassandra-thrift 3.11.14 test
org.apache.curator:curator-test 5.6.0 test
Expand Down
10 changes: 10 additions & 0 deletions docs/user/upgrade.rst
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,16 @@ Compatibility Matrix
| Dependencies | N | N | Y |
+--------------+-------+-------+-------+

Version 5.1.0 Upgrade Guide
+++++++++++++++++++++++++++

Dependency Version Upgrades
---------------------------

The following dependencies have been upgraded:

* arrow ``15.0.2`` -> ``16.1.0``

Version 5.0.0 Upgrade Guide
+++++++++++++++++++++++++++

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@

<!-- direct dependencies -->
<accumulo.access.version>1.0.0-beta</accumulo.access.version>
<arrow.version>15.0.2</arrow.version>
<arrow.version>16.1.0</arrow.version>
<avro.version>1.11.3</avro.version>
<aws.sdk.version>1.12.625</aws.sdk.version>
<caffeine.version>3.1.8</caffeine.version>
Expand Down

0 comments on commit 004ca44

Please sign in to comment.