yadavay-amzn commented on issue #3478: URL: https://github.com/apache/parquet-java/issues/3478#issuecomment-4272943510
Submitted a fix in #3486. The approach extends the existing eager-materialization pattern (used for ZSTD to avoid off-heap fragmentation) to also cover LZ4_RAW, ensuring the decompressed stream is fully materialized before any chunked read path can break the one-shot decompression. -- 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]
