Adarsh-Me commented on issue #9578: URL: https://github.com/apache/paimon/issues/9578#issuecomment-5524287493
Hi! I'd like to fix this. When a compressed file cannot be read (e.g. invalid gzip at a `.gz` path), the stream opened during text reader construction is leaked. I'll close the underlying stream on construction/read failure (try-with-resources or close in the failure path) and add a regression test with a corrupt compressed file. Could you please assign this to me? Thanks! -- 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]
