yihua commented on code in PR #12297:
URL: https://github.com/apache/hudi/pull/12297#discussion_r1857332583
##########
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:
We should revisit the payload class hierarchy so that such payload class may
extend
DefaultHoodieRecordPayload. This requires work to make sure there is no
behavior change. HUDI-8575 to track.
--
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]