cshuo commented on issue #19797:
URL: https://github.com/apache/hudi/issues/19797#issuecomment-5473133096

   @ericyuan915 I see two issues here:
   1. Is the AVRO writer path expected? On release-1.2.0, FlinkCreateHandle 
should normally use HoodieRowDataParquetWriter. If this is not intentional, 
please check the effective record merger, merge strategy, payload class, and 
related settings in hoodie.properties, as these may cause fallback to 
HoodieAvroFileWriter.
   2. The corruption closely matches #19664, fixed by #19692 and #19728. The 
actual trigger is memory exhaustion partially mutating a 
BinaryInMemorySortBuffer, followed by reuse of that diverged buffer—not merely 
a row spanning multiple pages. Could you test with the fix PRs?


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

Reply via email to