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/03/17 05:29:03 UTC

[hudi] branch master updated (95e6e53 -> 5ba2d9a)

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 95e6e53  [HUDI-3404] Automatically adjust write configs based on metadata table and write concurrency mode (#4975)
     add 5ba2d9a  [HUDI-3494] Consider triggering condition of MOR compaction during archival (#4974)

No new revisions were added by this update.

Summary of changes:
 .../apache/hudi/client/HoodieTimelineArchiver.java |  39 ++++-
 .../compact/ScheduleCompactionActionExecutor.java  |  29 ++--
 .../apache/hudi/io/TestHoodieTimelineArchiver.java | 167 ++++++++++++++++++++-
 .../apache/hudi/common/util/CompactionUtils.java   |  83 +++++++++-
 .../hudi/common/util/TestCompactionUtils.java      | 120 ++++++++++++++-
 5 files changed, 400 insertions(+), 38 deletions(-)