arouel commented on PR #3485: URL: https://github.com/apache/parquet-java/pull/3485#issuecomment-4472178095
@Fokko Since I use my own `Arena` based `ByteBufferAllocator`, I couldn't experience the limitation that one would have when using the `HeapByteBufferAllocator` with way more limited memory as we do in `TestLargeColumnChunk` when using Github Actions. My changes now perform the CRC updates on a per-page `ByteBufferReleaser` and get released sooner than before. -- 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]
