nsivabalan commented on a change in pull request #4760:
URL: https://github.com/apache/hudi/pull/4760#discussion_r800915312
##########
File path:
hudi-utilities/src/main/java/org/apache/hudi/utilities/deltastreamer/DeltaSync.java
##########
@@ -325,6 +329,8 @@ public void refreshTimeline() throws IOException {
result = writeToSink(srcRecordsWithCkpt.getRight().getRight(),
srcRecordsWithCkpt.getRight().getLeft(), metrics,
overallTimerContext);
}
+ String commitActionType = CommitUtils.getCommitActionType(cfg.operation,
HoodieTableType.valueOf(cfg.tableType));
Review comment:
shouldn't we log this at L462 ?
https://github.com/apache/hudi/blob/773b3179834d6e0d2912a7a9d4b3b3873d0c2a21/hudi-utilities/src/main/java/org/apache/hudi/utilities/deltastreamer/DeltaSync.java#L462
--
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]