weijietong commented on issue #3712: URL: https://github.com/apache/parquet-java/issues/3712#issuecomment-5336742633
@arnabnandy7 The Paimon's vendor `ParquetWriter` doesn't configured a ByteBufferAllocator. So the `RunLengthBitPackingHybridEncoder` use the default `ByteBufferAllocator` from the `ParquetProperties`. The write path has no exception. The spark's writer task has no retries and errors, no full gc and oom. -- 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]
