bvaradar commented on issue #1741: URL: https://github.com/apache/hudi/issues/1741#issuecomment-645539789
Hudi gives a programmable interface for this. You can plugin your own payload class (subclass of HoodieRecordPayload) where you can implement custom merge logic. For example : org.apache.hudi.common.model.OverwriteWithLatestAvroPayload is the default one which always picks the latest record. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
