Skip to content

[Java] mavencentral jars do not ship with libarrow_cdata_jni binding for linux/aarch64 #36469

@jonathanswenson

Description

@jonathanswenson

Describe the bug, including details regarding any error messages, version, and platform.

Attempting to use the CData interface from java on linux/aarch64 fails with an exception on recent versions when using the maven central distributions:

java.lang.IllegalStateException: error loading native libraries: java.io.FileNotFoundException: aarch_64/libarrow_cdata_jni.so

Works just fine on mac (m1).

Appears the mavencentral distribution does not include the .so file for aarch64 (it does for x86).

image

Looks gandiva and dataset jars on mavencentral also do not have distributions with these.

Component(s)

Java

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions