cipriangerea opened a new issue #3950:
URL: https://github.com/apache/iceberg/issues/3950


   The constructor for ParquetWriter is allocating a compressor at 
https://github.com/linkedin/iceberg/blob/master/parquet/src/main/java/org/apache/iceberg/parquet/ParquetWriter.java#L92
   
   The compressor needs to be released once the writer is closed. If this 
doesn't happen we are leaking the native memory associated with the compressor.


-- 
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]

Reply via email to