amogh-jahagirdar opened a new pull request, #8626: URL: https://github.com/apache/iceberg/pull/8626
Currently, in S3FileIO, we use new FileOutputStream for initialization when creating the current staging file. This kind of initialization means that even when explicitly calling close() on these streams, they'll only be really closed when a garbage collection is done. -- 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]
