linliu-code commented on code in PR #12297:
URL: https://github.com/apache/hudi/pull/12297#discussion_r1856440832


##########
hudi-common/src/main/java/org/apache/hudi/common/model/AWSDmsAvroPayload.java:
##########
@@ -68,6 +68,20 @@ private Option<IndexedRecord> 
handleDeleteOperation(IndexedRecord insertValue) t
     return delete ? Option.empty() : Option.of(insertValue);
   }
 
+  @Override
+  public OverwriteWithLatestAvroPayload 
preCombine(OverwriteWithLatestAvroPayload oldValue) {

Review Comment:
   The naming of class hierarchy has been wrong from the very early. Let us 
keep it as it is. ;)



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