bvaradar commented on code in PR #10392:
URL: https://github.com/apache/hudi/pull/10392#discussion_r1433811257
##########
hudi-common/src/main/java/org/apache/hudi/common/table/timeline/HoodieActiveTimeline.java:
##########
@@ -695,8 +695,8 @@ protected void transitionPendingState(HoodieInstant
fromInstant, HoodieInstant t
}
} else {
// Ensures old state exists in timeline
- LOG.info("Checking for file exists ?" +
getInstantFileNamePath(fromInstantFileName));
-
ValidationUtils.checkArgument(metaClient.getFs().exists(getInstantFileNamePath(fromInstantFileName)));
+
ValidationUtils.checkArgument(metaClient.getFs().exists(getInstantFileNamePath(fromInstantFileName)),
Review Comment:
@zhuanshenbsj1 : Looks like you are removing log message while the title
says adding log. what is the reason for this change?
--
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]