kou opened a new issue, #743: URL: https://github.com/apache/arrow-java/issues/743
### Describe the bug, including details regarding any error messages, version, and platform. This is not a release blocker. https://github.com/apache/arrow-java/releases/download/v18.3.0-rc2/arrow-java-root-18.3.0-source-release.zip JNI binaries are large. Can we remove them from `source-release.zip`? ```console $ LANG=C du -hsc arrow-java-root-18.3.0/jni/* 236K arrow-java-root-18.3.0/jni/arrow_cdata_jni/ 272M arrow-java-root-18.3.0/jni/arrow_dataset_jni/ 156M arrow-java-root-18.3.0/jni/arrow_orc_jni/ 444M arrow-java-root-18.3.0/jni/gandiva_jni/ 871M total ``` `source-release.zip` also has `testing/`. It's not so large but should we remove it? Or should we keep it? ```console $ LANG=C du -hsc arrow-java-root-18.3.0/testing 8.8M arrow-java-root-18.3.0/testing 8.8M total ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@arrow.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org