Zouxxyy opened a new issue, #7218:
URL: https://github.com/apache/hudi/issues/7218
**Describe the problem you faced**
Hi, I have a doubt, and hope to get help, here is code In `HoodieTable`:
```
public TableFileSystemView getFileSystemView() {
return new HoodieTableFileSystemView(metaClient,
getCompletedCommitsTimeline());
}
public BaseFileOnlyView getBaseFileOnlyView() {
return getViewManager().getFileSystemView(metaClient);
}
```
Why do they use different implementations
**Describe the problem you faced**
A clear and concise description of the problem.
* Hudi version :
0.12.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]