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/12 17:04:29 UTC

[hudi] branch master updated (12e9577 -> 397795c)

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 12e9577  [HUDI-3235] Fix ClassNotFoundException due to log4j-core dependency (#4574)
     add 397795c  [HUDI-3007] Fix issues in HoodieRepairTool (#4564)

No new revisions were added by this update.

Summary of changes:
 .../org/apache/hudi/table/repair/RepairUtils.java  |   6 +-
 .../org/apache/hudi/HoodieTestCommitGenerator.java | 183 +++++++++
 .../apache/hudi/table/repair/TestRepairUtils.java  | 176 +++++++++
 .../java/org/apache/hudi/common/fs/FSUtils.java    |  47 +++
 .../org/apache/hudi/common/fs/TestFSUtils.java     |  20 +-
 .../apache/hudi/utilities/HoodieRepairTool.java    | 235 ++++++------
 .../hudi/utilities/TestHoodieRepairTool.java       | 409 +++++++++++++++++++++
 7 files changed, 957 insertions(+), 119 deletions(-)
 create mode 100644 hudi-client/hudi-client-common/src/test/java/org/apache/hudi/HoodieTestCommitGenerator.java
 create mode 100644 hudi-client/hudi-client-common/src/test/java/org/apache/hudi/table/repair/TestRepairUtils.java
 create mode 100644 hudi-utilities/src/test/java/org/apache/hudi/utilities/TestHoodieRepairTool.java