This is an automated email from the ASF dual-hosted git repository.

danny0405 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hudi.git


The following commit(s) were added to refs/heads/master by this push:
     new 20938c30b16 [HUDI-6120] Add some notion for 
fetchAllLogsMergedFileSlice (#8529)
20938c30b16 is described below

commit 20938c30b168d63cf4e520c6b4e1d7b930bed1ab
Author: Mulavar <978007...@qq.com>
AuthorDate: Sun May 7 13:25:56 2023 +0800

    [HUDI-6120] Add some notion for fetchAllLogsMergedFileSlice (#8529)
---
 .../org/apache/hudi/common/table/view/AbstractTableFileSystemView.java   | 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/hudi-common/src/main/java/org/apache/hudi/common/table/view/AbstractTableFileSystemView.java
 
b/hudi-common/src/main/java/org/apache/hudi/common/table/view/AbstractTableFileSystemView.java
index f43e96bc03e..482255c45fb 100644
--- 
a/hudi-common/src/main/java/org/apache/hudi/common/table/view/AbstractTableFileSystemView.java
+++ 
b/hudi-common/src/main/java/org/apache/hudi/common/table/view/AbstractTableFileSystemView.java
@@ -1305,6 +1305,7 @@ public abstract class AbstractTableFileSystemView 
implements SyncableFileSystemV
 
   /**
    * Returns the file slice with all the file slice log files merged.
+   * <p> CAUTION: the method requires that all the file slices must only 
contain log files.
    *
    * @param fileGroup File Group for which the file slice belongs to
    * @param maxInstantTime The max instant time

Reply via email to