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 2dcb3f0 [HUDI-2985] Shade jackson for hudi flink bundle jar (#4284)
add b5f05fd [HUDI-2906] Add a repair util to clean up dangling data and
log files (#4278)
No new revisions were added by this update.
Summary of changes:
.../org/apache/hudi/table/repair/RepairUtils.java | 177 +++++++
.../table/timeline/HoodieArchivedTimeline.java | 29 +-
.../org/apache/hudi/common/util/FileIOUtils.java | 30 ++
.../apache/hudi/utilities/HoodieRepairTool.java | 582 +++++++++++++++++++++
4 files changed, 808 insertions(+), 10 deletions(-)
create mode 100644
hudi-client/hudi-client-common/src/main/java/org/apache/hudi/table/repair/RepairUtils.java
create mode 100644
hudi-utilities/src/main/java/org/apache/hudi/utilities/HoodieRepairTool.java