You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by si...@apache.org on 2022/04/11 22:16:13 UTC

[hudi] branch master updated (458fdd5611 -> 3d8fc78c66)

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

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


    from 458fdd5611 [HUDI-3841] Fixing Column Stats in the presence of Schema Evolution (#5275)
     add 3d8fc78c66 [HUDI-3844] Update props in indexer based on table config (#5293)

No new revisions were added by this update.

Summary of changes:
 .../metadata/HoodieBackedTableMetadataWriter.java  | 31 ++++----
 .../action/index/ScheduleIndexActionExecutor.java  |  2 +-
 .../org/apache/hudi/utilities/HoodieIndexer.java   | 18 +++++
 .../apache/hudi/utilities/TestHoodieIndexer.java   | 87 ++++++++++++++++++++--
 4 files changed, 118 insertions(+), 20 deletions(-)