acezen opened a new issue, #566: URL: https://github.com/apache/incubator-graphar/issues/566
### Describe the bug, including details regarding any error messages, version, and platform. When reading the object of S3 or OSS, the program finish with arrow warning: ``` /tmp/apache-arrow-20240718-19848-gnf022/apache-arrow-17.0.0/cpp/src/arrow/filesystem/s3fs.cc:3174: arrow::fs::FinalizeS3 was not called even though S 3 was initialized. This could lead to a segmentation fault at exit libc++abi: terminating with uncaught exception of type std::__1::system_error: mutex lock failed: Invalid argument [1] 80666 abort ./test_info LoadFromS3 ``` seems that we should finalize the S3fs explicitly after the reading is finished. ### Component(s) C++ -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
