victorcadena commented on issue #2522: URL: https://github.com/apache/hudi/issues/2522#issuecomment-1336271294
One question, if the persisted record has the same Ordering Value as the Incoming Record, the record is updated, right? https://github.com/apache/hudi/blob/master/hudi-common/src/main/java/org/apache/hudi/common/model/DefaultHoodieRecordPayload.java#L139 Is there an option to change that behavior? For me, if the ordering is the same it would be more useful to leave the old value as I don't want to waste resources merging something unchanged. Is that a possibility? @nsivabalan -- 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]
