westonpace opened a new pull request, #33793: URL: https://github.com/apache/arrow/pull/33793
For some reason destroying an S3Client at shutdown can cause a crash in our tests. It appears to be because S3's logging is already shut down. I wouldn't think this would happen because I would think the linker would tear down S3 shared libraries AFTER it tears down Arrow shared libraries. However, we can also finalize S3 in conftest.py to prevent this crash. It would still be good to understand the root cause. Otherwise we need to advise our users to call finalize_s3. -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org