SteNicholas commented on code in PR #7997:
URL: https://github.com/apache/hudi/pull/7997#discussion_r1111878645


##########
hudi-common/src/main/java/org/apache/hudi/common/table/view/TableFileSystemView.java:
##########
@@ -157,6 +157,8 @@ interface SliceView extends SliceViewWithLatestSlice {
 
   /**
    * Stream all the file groups for a given partition.
+   * <p>
+   * Note: This method will return all file groups in a partition, i.e. 
uncommitted filegroups will be returned

Review Comment:
   Why does this add the note? IMO, the description of this interface doesn't 
mentition that the return value doesn't include uncommitted filegroups.



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