[ 
https://issues.apache.org/jira/browse/HUDI-2243?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17390276#comment-17390276
 ] 

ASF GitHub Bot commented on HUDI-2243:
--------------------------------------

codope commented on a change in pull request #3360:
URL: https://github.com/apache/hudi/pull/3360#discussion_r679637630



##########
File path: 
hudi-common/src/main/java/org/apache/hudi/common/table/view/TableFileSystemView.java
##########
@@ -58,6 +58,11 @@
      */
     Stream<HoodieBaseFile> getLatestBaseFiles();
 
+    /**

Review comment:
       nit: 
   ```
   /**
     * Stream all the latest version data files across partitions with 
precondition that commitTime(file) before
     * maxCommitTime.
    */
   ```
   
   More in line with the existing doc. What do you think? 




-- 
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: commits-unsubscr...@hudi.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> Support Time Travel Query For Hoodie Table
> ------------------------------------------
>
>                 Key: HUDI-2243
>                 URL: https://issues.apache.org/jira/browse/HUDI-2243
>             Project: Apache Hudi
>          Issue Type: Bug
>          Components: Spark Integration
>            Reporter: pengzhiwei
>            Assignee: pengzhiwei
>            Priority: Major
>              Labels: pull-request-available
>
> Support time travel query for hoodie table for both COW and MOR table.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to