kou commented on issue #36069: URL: https://github.com/apache/arrow/issues/36069#issuecomment-1647119366
AFAIK, there is no pyarrow package for Java. Java's dataset API uses JNI. It means that Java's dataset API calls C++ implementation directly. (It doesn't use Python.) We need to implement a Java binding for `arrow::fs::FinalizeS3()` and users need to call it explicitly. Or we may be able to do it implicitly if Java provides an `atexit()` like hook. -- 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]
