bryanck opened a new pull request, #7834: URL: https://github.com/apache/iceberg/pull/7834
This PR reverts https://github.com/apache/iceberg/pull/5681, which is no longer needed with the [upgrade](https://github.com/apache/iceberg/pull/7301) of Parquet to 1.13. This marks the now-unused codec factory class as deprecated. Here is a heap leak analysis of one executor when running a large scan with a build of 1.2.1 (Parquet 1.12) and the workaround removed:  Here is the leak analysis with a build of this PR:  In the first example, the zstd buffer pool is accumulating memory. In the second example, there is no such accumulation. -- 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]
