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 2022/07/05 14:50:25 UTC

[hudi] branch master updated (fbda4ad5bd -> 23c9c5c296)

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 fbda4ad5bd [HUDI-4360] Fix HoodieDropPartitionsTool based on refactored meta sync (#6043)
     add 23c9c5c296 [HUDI-3836] Improve the way of fetching metadata partitions from table (#5286)

No new revisions were added by this update.

Summary of changes:
 .../apache/hudi/index/bloom/HoodieBloomIndex.java  |  3 +-
 .../org/apache/hudi/io/HoodieKeyLookupHandle.java  |  3 +-
 .../metadata/HoodieBackedTableMetadataWriter.java  |  7 ++---
 .../java/org/apache/hudi/table/HoodieTable.java    |  5 ++--
 .../table/action/index/RunIndexActionExecutor.java |  5 ++--
 .../index/bloom/SparkHoodieBloomIndexHelper.java   |  3 +-
 .../functional/TestHoodieBackedMetadata.java       | 27 +++++++++---------
 .../hudi/client/functional/TestHoodieIndex.java    |  3 +-
 .../hudi/common/table/HoodieTableConfig.java       | 10 +++----
 .../hudi/metadata/HoodieTableMetadataUtil.java     |  6 +---
 .../scala/org/apache/hudi/HoodieFileIndex.scala    |  2 +-
 .../org/apache/hudi/utilities/HoodieIndexer.java   |  5 ++--
 .../apache/hudi/utilities/TestHoodieIndexer.java   | 33 +++++++++++-----------
 13 files changed, 49 insertions(+), 63 deletions(-)