nastra opened a new pull request, #7552: URL: https://github.com/apache/iceberg/pull/7552
When `S3FileIO` gets created through `ResolvingFileIO` then the creation stack trace is being kept in `ResolvingFileIO`. `ResolvingFileIO` will then close the underlying `S3FileIO` when `ResolvingFileIO#finalize() gets called. Therefore we don't want to issue a `WARN` in `S3FileIO` in case `S3FileIO#finalize()` gets called before `ResolvingFileIO#finalize()`. -- 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]
