Skip to content

Commit 8808ec4

Browse files
committed
fix: switch arrow-memory-netty to arrow-memory-unsafe to fix CI ArrowAllocation init failure
1 parent 9da5049 commit 8808ec4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

extensions-contrib/druid-iceberg-extensions/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -771,7 +771,7 @@
771771
</dependency>
772772
<dependency>
773773
<groupId>org.apache.arrow</groupId>
774-
<artifactId>arrow-memory-netty</artifactId>
774+
<artifactId>arrow-memory-unsafe</artifactId>
775775
<scope>runtime</scope>
776776
</dependency>
777777

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -436,7 +436,7 @@
436436
</dependency>
437437
<dependency>
438438
<groupId>org.apache.arrow</groupId>
439-
<artifactId>arrow-memory-netty</artifactId>
439+
<artifactId>arrow-memory-unsafe</artifactId>
440440
<version>${arrow.version}</version>
441441
</dependency>
442442
<dependency>

0 commit comments

Comments
 (0)