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 2020/01/17 18:56:43 UTC

[incubator-hudi] branch master updated (0a07752 -> 923e2b4)

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 0a07752  [HUDI-527] scalastyle-maven-plugin moved to pluginManagement as it is only used in hoodie-spark and hoodie-cli modules.
     add 923e2b4  [HUDI-535] Ensure Compaction Plan is always written in .aux folder to avoid 0.5.0/0.5.1 reader-writer compatibility issues (#1229)

No new revisions were added by this update.

Summary of changes:
 .../hudi/cli/commands/CompactionCommand.java       |  6 ++--
 .../org/apache/hudi/CompactionAdminClient.java     |  2 +-
 .../java/org/apache/hudi/HoodieWriteClient.java    |  2 +-
 .../table/timeline/HoodieActiveTimeline.java       | 40 ++++++++++++----------
 .../org/apache/hudi/common/util/CleanerUtils.java  |  4 +--
 .../apache/hudi/common/util/CompactionUtils.java   |  2 +-
 .../table/string/TestHoodieActiveTimeline.java     | 30 +++++++++++++++-
 7 files changed, 58 insertions(+), 28 deletions(-)