You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by co...@apache.org on 2022/06/23 14:10:16 UTC

[hudi] branch master updated (38ff18a199 -> eeb78f23e6)

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

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


    from 38ff18a199 [HUDI-4299] Fix problem about hudi-example-java run failed on idea. (#5936)
     add eeb78f23e6 [HUDI-4290] Fix fetchLatestBaseFiles to filter replaced filegroups (#5941)

No new revisions were added by this update.

Summary of changes:
 .../table/view/AbstractTableFileSystemView.java    |   6 +-
 .../view/TestHoodieTableFSViewWithClustering.java  | 181 +++++++++++++++++++++
 .../table/view/TestHoodieTableFileSystemView.java  |   6 +-
 3 files changed, 188 insertions(+), 5 deletions(-)
 create mode 100644 hudi-common/src/test/java/org/apache/hudi/common/table/view/TestHoodieTableFSViewWithClustering.java