ligou525 commented on issue #13359: URL: https://github.com/apache/hudi/issues/13359#issuecomment-2978823265
@rangareddy The program use debezium to read the cdc data, and then write to hudi by java. The write logic is simple, commit the insert/upsert/delete records separately. The task is running normally after changing the parquet compress codec to snappy: hoodie.parquet.compression.codec=snappy So is there any bug for gzip? -- 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]
