nsivabalan edited a comment on issue #2522: URL: https://github.com/apache/hudi/issues/2522#issuecomment-774139435
Yes, I could think of an option, but you might have to define your own implementation for [HoodieRecordPayload](https://github.com/apache/hudi/blob/master/hudi-common/src/main/java/org/apache/hudi/common/model/HoodieRecordPayload.java). basically combineAndGetUpdateValue(oldValue, schema) in HoodieRecordPayload can return Option.empty() by comparing old and new value if they are equal. @bhasudha @n3nash : do we have any other option here ? ---------------------------------------------------------------- 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]
