This is an automated email from the ASF dual-hosted git repository.
sivabalan pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/hudi.git
from bb5abb6b0483 fix: Optimizing internal schema lookup in
TableSchemaResolver (#18387)
add 1eb97b31826e [HUDI-7030] Commit-based Clustering Plan Strategy (#18251)
No new revisions were added by this update.
Summary of changes:
.../apache/hudi/config/HoodieClusteringConfig.java | 15 +-
.../org/apache/hudi/config/HoodieWriteConfig.java | 4 +
.../CommitBasedClusteringPlanStrategy.java | 341 +++++++++++
.../TestCommitBasedClusteringPlanStrategy.java | 670 +++++++++++++++++++++
4 files changed, 1029 insertions(+), 1 deletion(-)
create mode 100644
hudi-client/hudi-client-common/src/main/java/org/apache/hudi/table/action/cluster/strategy/CommitBasedClusteringPlanStrategy.java
create mode 100644
hudi-client/hudi-client-common/src/test/java/org/apache/hudi/table/action/cluster/strategy/TestCommitBasedClusteringPlanStrategy.java