yihua commented on code in PR #19185:
URL: https://github.com/apache/hudi/pull/19185#discussion_r3523812268


##########
hudi-utilities/src/main/java/org/apache/hudi/utilities/sources/helpers/DFSPathSelector.java:
##########
@@ -125,8 +125,7 @@ public Pair<Option<String>, Checkpoint> 
getNextFilePathsAndMaxModificationTime(O
                                                                                
  long sourceLimit) {
     try {
       // obtain all eligible files under root folder.
-      log.info("Root path => " + getStringWithAltKeys(props, 
DFSPathSelectorConfig.ROOT_INPUT_PATH)
-          + " source limit => " + sourceLimit);
+      log.info("Root path => {} source limit => {}", 
getStringWithAltKeys(props, DFSPathSelectorConfig.ROOT_INPUT_PATH), 
sourceLimit);

Review Comment:
   super nit, could be ignored.



-- 
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]

Reply via email to