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


##########
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:
   Sure, I can check and resolve this.



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