danny0405 commented on code in PR #7270:
URL: https://github.com/apache/hudi/pull/7270#discussion_r1028934913


##########
hudi-common/src/main/java/org/apache/hudi/common/fs/FSUtils.java:
##########
@@ -845,6 +845,12 @@ public static List<FileStatus> getFileStatusAtLevel(
     return result;
   }
 
+  /**
+   * Serializable function interface
+   *

Review Comment:
   `interface` -> `interface.`



##########
hudi-common/src/main/java/org/apache/hudi/common/engine/LocalTaskContextSupplier.java:
##########
@@ -22,6 +22,9 @@
 
 import java.util.function.Supplier;
 
+/**
+ * Supplier of task context using local Java engine
+ */

Review Comment:
   The doc should be end with dot `.`, please fix all the documents here.



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