davisusanibar commented on issue #34293: URL: https://github.com/apache/arrow/issues/34293#issuecomment-1441228355
> Could you confirm that your `arrow-dataset-11.0.0.jar` includes `x86_64\arrow_dataset_jni.dll`? > > @davisusanibar Could you try reproducing this problem? The [Dataset](https://repo1.maven.org/maven2/org/apache/arrow/arrow-dataset/11.0.0/arrow-dataset-11.0.0.jar) jar contains DLL needed, main problem will be the way about how the `libraryToLoad` path is created: https://github.com/apache/arrow/blob/8776295ffb5dc635f2dfe016ce6f4e9847ae1131/java/dataset/src/main/java/org/apache/arrow/dataset/jni/JniLoader.java#L80:L81 ```` final String libraryToLoad = getNormalizedArch() + File.separator + System.mapLibraryName(name); ```` Replace `File.separator` with `/` Let me test and send the fix then. -- 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]
