This is an automated email from the ASF dual-hosted git repository.
codope pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/hudi.git
from cdeb53f5c3f [MINOR] Fix the description of the default value for
metadata.enabled in FlinkOptions (#8969)
add 5e518746492 [HUDI-6304] Handle cases when inflight files are removed
and job failed leaving pending rollback files (#8849)
No new revisions were added by this update.
Summary of changes:
.../hudi/client/BaseHoodieTableServiceClient.java | 57 ++++++++
.../rollback/BaseRollbackActionExecutor.java | 34 ++---
.../functional/TestConsistentBucketIndex.java | 1 +
.../TestHoodieClientOnCopyOnWriteStorage.java | 3 +-
.../hudi/client/functional/TestHoodieIndex.java | 3 +-
.../TestSparkConsistentBucketClustering.java | 1 +
.../hudi/io/TestHoodieKeyLocationFetchHandle.java | 1 +
.../java/org/apache/hudi/table/TestCleaner.java | 36 -----
.../table/action/cluster/ClusteringTestUtils.java | 140 +++++++++++++++++++
.../table/action/commit/TestUpsertPartitioner.java | 2 +-
.../TestCopyOnWriteRollbackActionExecutor.java | 153 ++++++++++++++++++++-
.../hudi/testutils/HoodieClientTestBase.java | 44 ++++++
.../hudi/testutils/HoodieClientTestHarness.java | 16 +--
.../hudi/testutils/HoodieClientTestUtils.java | 15 ++
.../apache/hudi/common/util/ClusteringUtils.java | 7 +
.../hudi/common/testutils/ClusteringTestUtils.java | 57 --------
.../hudi/common/testutils/HoodieTestTable.java | 8 ++
17 files changed, 449 insertions(+), 129 deletions(-)
create mode 100644
hudi-client/hudi-spark-client/src/test/java/org/apache/hudi/table/action/cluster/ClusteringTestUtils.java
delete mode 100644
hudi-common/src/test/java/org/apache/hudi/common/testutils/ClusteringTestUtils.java