jbonofre commented on code in PR #658:
URL: https://github.com/apache/arrow-java/pull/658#discussion_r1984796791
##########
gandiva/src/main/java/org/apache/arrow/gandiva/evaluator/JniLoader.java:
##########
@@ -69,6 +75,9 @@ private static void loadGandivaLibraryFromJar(final String
tmpDir)
final String libraryToLoad =
LIBRARY_NAME + "/" + getNormalizedArch() + "/" +
System.mapLibraryName(LIBRARY_NAME);
final File libraryFile = moveFileFromJarToTemp(tmpDir, libraryToLoad,
LIBRARY_NAME);
+ NativeLibrary.getInstance(
Review Comment:
Why not also leveraging `java.library.path` system prop ?
--
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]