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/02/21 14:05:08 UTC

[hudi] branch master updated (d36fe24 -> bf16bc1)

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 d36fe24  [HUDI-3455] Fixing checkpoint management in hoodie incr source (#4850)
     add bf16bc1  [HUDI-349]: Added new cleaning policy based on number of hours  (#3646)

No new revisions were added by this update.

Summary of changes:
 .../java/org/apache/hudi/cli/utils/CommitUtil.java |  15 ---
 .../apache/hudi/config/HoodieCompactionConfig.java |  11 ++
 .../org/apache/hudi/config/HoodieWriteConfig.java  |   4 +
 .../hudi/table/action/clean/CleanPlanner.java      |  62 ++++++++--
 .../java/org/apache/hudi/table/TestCleaner.java    |   8 +-
 .../table/functional/TestCleanPlanExecutor.java    | 131 +++++++++++++++++++++
 .../hudi/common/model/HoodieCleaningPolicy.java    |   2 +-
 7 files changed, 202 insertions(+), 31 deletions(-)
 create mode 100644 hudi-client/hudi-spark-client/src/test/java/org/apache/hudi/table/functional/TestCleanPlanExecutor.java