leesf commented on a change in pull request #1177: [HUDI-463] Redo
hudi-utilities log statements using SLF4J
URL: https://github.com/apache/incubator-hudi/pull/1177#discussion_r363296071
##########
File path:
hudi-utilities/src/main/java/org/apache/hudi/utilities/deltastreamer/DeltaSync.java
##########
@@ -300,8 +300,7 @@ private void refreshTimeline() throws IOException {
}
if (Objects.equals(checkpointStr, resumeCheckpointStr.orElse(null))) {
- LOG.info("No new data, source checkpoint has not changed. Nothing to
commit. Old checkpoint=("
- + resumeCheckpointStr + "). New Checkpoint=(" + checkpointStr + ")");
+ LOG.info("No new data, source checkpoint has not changed. Nothing to
commit. Old checkpoint=({}). New
Checkpoint=({})",resumeCheckpointStr,checkpointStr);
Review comment:
add blank before `,`
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services