jackylee-ch commented on code in PR #14189:
URL: https://github.com/apache/arrow/pull/14189#discussion_r979500958


##########
java/dataset/src/main/java/org/apache/arrow/dataset/jni/JniLoader.java:
##########
@@ -79,6 +79,7 @@ private void load(String name) {
     final String libraryToLoad = System.mapLibraryName(name);
     try {
       File temp = File.createTempFile("jnilib-", ".tmp", new 
File(System.getProperty("java.io.tmpdir")));
+      temp.deleteOnExit();

Review Comment:
   Thank for your double check. I have remove the extra lib file and checked it 
in my environment.



-- 
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]

Reply via email to