ayushtkn opened a new pull request, #4429: URL: https://github.com/apache/hive/pull/4429
### What changes were proposed in this pull request? Avoid closing FIleSystem during column statistics stage. FileSystem instance is cached across the service, If we close one and some other thread tries to use that cached FS, it will fail with FS Closed Errors. Second, Closing & Recreating a new FS every time is costly, as the FS needs to be initialised every time & hence it shouldn't be closed mid way. ### Why are the changes needed? Avoid FS Close Errors ### Does this PR introduce _any_ user-facing change? Queries doesn't fail with FS close error when using column stats source as Iceberg ### Is the change a dependency upgrade? No -- 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]
