kbendick commented on issue #3621: URL: https://github.com/apache/iceberg/issues/3621#issuecomment-981920584
It might be possible to disable the buffer pool (which would not be great from a performance standpoint, but might be helpful in working around the original issue): https://github.com/apache/parquet-mr/pull/903 The relevant parquet config is `parquet.compression.codec.zstd.bufferPool.enabled`. That might stop it from using that particular constructor. -- 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]
