kou opened a new pull request, #36437: URL: https://github.com/apache/arrow/pull/36437
### Rationale for this change `arrow::FinalizeS3()` doesn't call both of `RegionResolver::ResetDefaultInstance()` and `Aws::ShutdownAPI()` by #33858. If we don't call both of them, some aws-sdk-cpp related objects are destroyed on exit. It may cause a crash. ### What changes are included in this PR? This calls both of them by `arrow::FinalizeS3()` again to prevent crash on exit. All S3 related operations are failed after we call `arrow::fs::FinalizeS3()`. ### Are these changes tested? Yes. ### Are there any user-facing changes? Yes. -- 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]
