hudi-bot opened a new issue, #15723:
URL: https://github.com/apache/hudi/issues/15723

   Currently, HoodieTableFileSystemView when looking up latest base-file in a 
single file-group [have to process the whole 
partition|https://github.com/apache/hudi/blob/master/hudi-common/src/main/java/org/apache/hudi/common/table/view/AbstractTableFileSystemView.java#L584],
 which is obviously not very efficient.
   
   Instead, we should be able to lookup and process just the file-group in 
question.
   
   ## JIRA info
   
   - Link: https://issues.apache.org/jira/browse/HUDI-5619
   - Type: Bug
   - Epic: https://issues.apache.org/jira/browse/HUDI-3249
   - Fix version(s):
     - 1.1.0


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