nsivabalan commented on issue #5934: URL: https://github.com/apache/hudi/issues/5934#issuecomment-1163895715
by default hudi uses OverwriteWithLatestAvroPayload which does not honor precombine in all code paths. specifically when records in base file and records in log files are merged together. You can try using DefaultHoodieRecordPayload to achieve this. https://hudi.apache.org/docs/configurations/#hoodiedatasourcewritepayloadclass https://hudi.apache.org/docs/configurations/#writepayloadclass https://hudi.apache.org/docs/configurations/#hoodiecompactionpayloadclass -- 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]
