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).
Looks gandiva and dataset jars on mavencentral also do not have distributions with these.
Component(s)
Java