cbg-wx commented on code in PR #17668:
URL: https://github.com/apache/hudi/pull/17668#discussion_r2644934769


##########
hudi-common/src/main/java/org/apache/hudi/common/model/EventTimeAvroPayload.java:
##########
@@ -77,4 +108,39 @@ public Option<IndexedRecord> getInsertValue(Schema schema, 
Properties properties
   public Option<Map<String, String>> getMetadata() {
     return Option.empty();
   }
+
+
+  protected boolean needUpdatingPersistedRecord(IndexedRecord currentValue,

Review Comment:
   The latest commit has been modified.



-- 
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]

Reply via email to