the-other-tim-brown commented on code in PR #13729:
URL: https://github.com/apache/hudi/pull/13729#discussion_r2282606096
##########
hudi-client/hudi-client-common/src/main/java/org/apache/hudi/io/FileGroupReaderBasedMergeHandle.java:
##########
@@ -401,6 +404,11 @@ public void onDelete(String recordKey, BufferedRecord<T>
previousRecord, HoodieO
cdcLogger.put(recordKey, convertOutput(previousRecord), Option.empty());
}
+ @Override
+ public void onFailure(String recordKey) {
+ cdcLogger.remove(recordKey);
Review Comment:
I added a test for this in the latest commit
--
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]