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/01/19 06:42:58 UTC

[hudi] branch master updated (4bea758 -> 7647562)

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 4bea758  [HUDI-3191] Rebasing Hive's FileInputFormat onto `AbstractHoodieTableFileIndex` (#4531)
     add 7647562  [HUDI-2833][Design] Merge small archive files instead of expanding indefinitely. (#4078)

No new revisions were added by this update.

Summary of changes:
 .../apache/hudi/config/HoodieCompactionConfig.java |  31 +++
 .../org/apache/hudi/config/HoodieWriteConfig.java  |  12 +
 .../hudi/table/HoodieTimelineArchiveLog.java       | 240 +++++++++++++++++--
 .../hudi/io/TestHoodieTimelineArchiveLog.java      | 256 ++++++++++++++++++++-
 ...iePath.avsc => HoodieMergeArchiveFilePlan.avsc} |  32 ++-
 .../table/timeline/HoodieActiveTimeline.java       |  27 +--
 .../table/timeline/HoodieArchivedTimeline.java     |  33 ++-
 .../org/apache/hudi/common/util/FileIOUtils.java   |  44 ++++
 8 files changed, 617 insertions(+), 58 deletions(-)
 copy hudi-common/src/main/avro/{HoodiePath.avsc => HoodieMergeArchiveFilePlan.avsc} (68%)