You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by yi...@apache.org on 2023/03/04 21:01:53 UTC

[hudi] branch master updated (d40a6211f64 -> 2ddcf96cddb)

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

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


    from d40a6211f64 [HUDI-5796] Adding auto inferring partition from incoming df (#7951)
     add 2ddcf96cddb [HUDI-5863] Fix HoodieMetadataFileSystemView serving stale view at the timeline server (#8079)

No new revisions were added by this update.

Summary of changes:
 .../TestRemoteFileSystemViewWithMetadataTable.java | 275 +++++++++++++++++++++
 .../table/view/AbstractTableFileSystemView.java    |  34 ++-
 .../IncrementalTimelineSyncFileSystemView.java     |  20 +-
 .../metadata/HoodieMetadataFileSystemView.java     |  20 +-
 .../HoodieBackedTestDelayedTableMetadata.java      |  54 ++++
 .../hudi/timeline/service/RequestHandler.java      |  27 +-
 6 files changed, 390 insertions(+), 40 deletions(-)
 create mode 100644 hudi-client/hudi-spark-client/src/test/java/org/apache/hudi/client/functional/TestRemoteFileSystemViewWithMetadataTable.java
 create mode 100644 hudi-common/src/test/java/org/apache/hudi/metadata/HoodieBackedTestDelayedTableMetadata.java