Skip to content

Commit

Permalink
GEOMESA-3380 Update to arrow 17.0.0 (#3142)
Browse files Browse the repository at this point in the history
  • Loading branch information
elahrvivaz authored Jul 25, 2024
1 parent 4146982 commit 8bc30a0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions build/cqs.tsv
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ com.github.pureconfig:pureconfig-generic_2.12 0.17.4 compile
com.github.pureconfig:pureconfig_2.12 0.17.4 compile
com.google.code.gson:gson 2.10.1 compile
com.google.errorprone:error_prone_annotations 2.21.1 compile
com.google.flatbuffers:flatbuffers-java 23.5.26 compile
com.google.flatbuffers:flatbuffers-java 24.3.25 compile
com.google.guava:failureaccess 1.0 compile
com.google.guava:failureaccess 1.0.1 compile
com.google.guava:guava 18.0 compile
Expand Down Expand Up @@ -151,11 +151,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 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.arrow:arrow-format 17.0.0 compile
org.apache.arrow:arrow-memory-core 17.0.0 compile
org.apache.arrow:arrow-memory-netty 17.0.0 compile
org.apache.arrow:arrow-memory-netty-buffer-patch 17.0.0 compile
org.apache.arrow:arrow-vector 17.0.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 @@ -326,7 +326,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:16.1.0 test
org.apache.arrow:arrow-vector tests:17.0.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
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>16.1.0</arrow.version>
<arrow.version>17.0.0</arrow.version>
<avro.version>1.11.3</avro.version>
<aws.sdk.version>1.12.735</aws.sdk.version> <!-- latest available as of 2024/06 -->
<aws.sdk.v2.version>2.25.64</aws.sdk.v2.version> <!-- latest available as of 2024/06 -->
Expand Down

0 comments on commit 8bc30a0

Please sign in to comment.