You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by pw...@apache.org on 2021/08/12 22:46:13 UTC

[hudi] branch master updated (b651336 -> 76bc686)

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

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


    from b651336  [HUDI-2294] Adding virtual keys support to deltastreamer (#3450)
     add 76bc686  [HUDI-1292] Created a config to enable/disable syncing of metadata table. (#3427)

No new revisions were added by this update.

Summary of changes:
 .../hudi/client/AbstractHoodieWriteClient.java     |  8 +++-
 .../org/apache/hudi/config/HoodieWriteConfig.java  |  4 +-
 .../metadata/HoodieBackedTableMetadataWriter.java  |  4 +-
 .../hudi/table/HoodieTimelineArchiveLog.java       |  2 +-
 ...vaInsertOverwriteTableCommitActionExecutor.java |  2 +-
 .../apache/hudi/client/SparkRDDWriteClient.java    |  5 +++
 .../functional/TestHoodieBackedMetadata.java       | 52 +++++++++++++++++++++-
 .../hudi/common/config/HoodieMetadataConfig.java   | 18 +++++++-
 .../common/table/view/FileSystemViewManager.java   |  4 +-
 .../apache/hudi/metadata/BaseTableMetadata.java    |  2 +-
 .../apache/hudi/metadata/HoodieTableMetadata.java  |  2 +-
 11 files changed, 88 insertions(+), 15 deletions(-)