Skip to content

Commit 12b2cc8

Browse files
committed
fix(bigquerystorage): add arrow-memory-netty to test classpaths to fix Arrow allocator errors
1 parent b65654e commit 12b2cc8

2 files changed

Lines changed: 10 additions & 0 deletions

File tree

  • java-bigquerystorage
    • google-cloud-bigquerystorage-it
    • google-cloud-bigquerystorage

java-bigquerystorage/google-cloud-bigquerystorage-it/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,11 @@
9292
<artifactId>arrow-memory-core</artifactId>
9393
<scope>test</scope>
9494
</dependency>
95+
<dependency>
96+
<groupId>org.apache.arrow</groupId>
97+
<artifactId>arrow-memory-netty</artifactId>
98+
<scope>test</scope>
99+
</dependency>
95100
<dependency>
96101
<groupId>com.google.http-client</groupId>
97102
<artifactId>google-http-client</artifactId>

java-bigquerystorage/google-cloud-bigquerystorage/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -255,6 +255,11 @@
255255
<artifactId>arrow-memory-core</artifactId>
256256
<scope>test</scope>
257257
</dependency>
258+
<dependency>
259+
<groupId>org.apache.arrow</groupId>
260+
<artifactId>arrow-memory-netty</artifactId>
261+
<scope>test</scope>
262+
</dependency>
258263
<dependency>
259264
<groupId>com.google.protobuf</groupId>
260265
<artifactId>protobuf-java-util</artifactId>

0 commit comments

Comments
 (0)