Skip to content

Commit

Permalink
Upgrade arrow to 16.0.0
Browse files Browse the repository at this point in the history
This reverts commit 5de7b98.
  • Loading branch information
tanishq-chugh committed Dec 30, 2024
1 parent 62b2183 commit 91bb63f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ public Void call() throws Exception {
io.netty.handler.codec.http.HttpObjectAggregator.class, //
org.apache.arrow.vector.types.pojo.ArrowType.class, //arrow-vector
org.apache.arrow.memory.RootAllocator.class, //arrow-memory
org.apache.arrow.memory.NettyAllocationManager.class, //arrow-memory-netty
org.apache.arrow.memory.netty.NettyAllocationManager.class, //arrow-memory-netty
io.netty.handler.codec.http.HttpObjectAggregator.class, // netty-all
org.apache.arrow.flatbuf.Schema.class, //arrow-format
com.google.flatbuffers.Table.class, //flatbuffers
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
<antlr4.version>4.9.3</antlr4.version>
<apache-directory-server.version>1.5.7</apache-directory-server.version>
<!-- Include arrow for LlapOutputFormatService -->
<arrow.version>12.0.0</arrow.version>
<arrow.version>16.0.0</arrow.version>
<avatica.version>1.12.0</avatica.version>
<avro.version>1.11.4</avro.version>
<bcprov-jdk18on.version>1.78</bcprov-jdk18on.version>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
import java.nio.ByteBuffer;
import java.nio.channels.WritableByteChannel;
import java.util.concurrent.Semaphore;
import org.apache.arrow.memory.ArrowByteBufAllocator;
import org.apache.arrow.memory.patch.ArrowByteBufAllocator;
import org.apache.arrow.memory.BufferAllocator;

import org.slf4j.Logger;
Expand Down

0 comments on commit 91bb63f

Please sign in to comment.