kou commented on issue #40018: URL: https://github.com/apache/arrow/issues/40018#issuecomment-1992792676
We can test this feature by downloading `arrow-dataset-X.Y.Z.jar` (see https://github.com/apache/arrow/issues/39919#issuecomment-1934367934 the URLs of them) and run the followings: ```bash archery linking check-dependencies \ --allow ld-linux-aarch64 \ --allow ld-linux-x86-64 \ --allow libc \ --allow libdl \ --allow libgcc_s \ --allow libm \ --allow libpthread \ --allow librt \ --allow libstdc++ \ --allow libz \ --allow linux-vdso \ arrow-dataset-X.Y.Z/x86_64/libarrow_dataset_jni.so ``` -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
