You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by vi...@apache.org on 2019/11/12 14:12:52 UTC

[incubator-hudi] branch master updated (0bb5999 -> 8ff06dd)

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

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


    from 0bb5999  [HUDI-306] Support Glue catalog and other hive metastore implementations (#961)
     add 8ff06dd  [HUDI-80] Leverage Commit metadata to figure out partitions to be cleaned for Cleaning by commits mode (#1008)

No new revisions were added by this update.

Summary of changes:
 .../java/org/apache/hudi/HoodieCleanClient.java    |   2 +-
 .../apache/hudi/config/HoodieCompactionConfig.java |   9 ++
 .../org/apache/hudi/config/HoodieWriteConfig.java  |   4 +
 .../java/org/apache/hudi/io/HoodieCleanHelper.java |  44 +++++++++
 .../apache/hudi/table/HoodieCopyOnWriteTable.java  |   9 +-
 .../src/test/java/org/apache/hudi/TestCleaner.java | 105 ++++++++++++++++++---
 .../java/org/apache/hudi/TestHoodieClientBase.java |   2 +-
 .../org/apache/hudi/common/HoodieCleanStat.java    |  14 ++-
 .../table/timeline/HoodieActiveTimeline.java       |   2 +-
 9 files changed, 167 insertions(+), 24 deletions(-)