the-other-tim-brown commented on code in PR #12982:
URL: https://github.com/apache/hudi/pull/12982#discussion_r2023580159


##########
hudi-common/src/main/java/org/apache/hudi/common/table/view/AbstractTableFileSystemView.java:
##########
@@ -1455,7 +1462,7 @@ Stream<FileSlice> fetchAllFileSlices(String 
partitionPath) {
   /**
    * Default implementation for fetching latest base-files for the 
partition-path.
    */
-  public Stream<HoodieBaseFile> fetchLatestBaseFiles(final String 
partitionPath) {
+  Stream<HoodieBaseFile> fetchLatestBaseFiles(final String partitionPath) {

Review Comment:
   Updating scope here since there is no read lock. The caller is not meant to 
use this directly. 



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