This is an automated email from the ASF dual-hosted git repository.
zhangyue19921010 pushed a change to branch incremental-TableService
in repository https://gitbox.apache.org/repos/asf/hudi.git
from e109fa0c888 fix checkstyle
add 0e828b66845 finish Clustering related coding and tests
No new revisions were added by this update.
Summary of changes:
.../action/BaseTableServicePlanActionExecutor.java | 8 +-
.../cluster/ClusteringPlanActionExecutor.java | 2 +-
.../cluster/strategy/ClusteringPlanStrategy.java | 3 +-
.../PartitionAwareClusteringPlanStrategy.java | 46 ++---
.../TestBaseTableServicePlanActionExecutor.java | 190 +++++++++++++++++++++
...inkSizeBasedClusteringPlanStrategyRecently.java | 3 +-
.../cluster/TestClusteringPlanActionExecutor.java | 105 ++++++++++--
.../hudi/common/testutils/FileCreateUtils.java | 5 +
.../hudi/common/testutils/HoodieTestTable.java | 13 ++
9 files changed, 338 insertions(+), 37 deletions(-)
create mode 100644
hudi-client/hudi-client-common/src/test/java/org/apache/hudi/table/TestBaseTableServicePlanActionExecutor.java