This is an automated email from the ASF dual-hosted git repository.
danny0405 pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/hudi.git
from 4bafe5a6075e test(trino): de-flake TestHudi*FileOperations by
asserting only synchronous reads (#19004)
add 0d547475b3ee feat(spark): add repair_clustering_plan procedure for
requested clustering plans (#19040)
No new revisions were added by this update.
Summary of changes:
.../hudi/command/procedures/HoodieProcedures.scala | 1 +
.../procedures/RepairClusteringPlanProcedure.scala | 378 +++++++++++++++++++++
.../TestRepairClusteringPlanProcedure.scala | 185 ++++++++++
3 files changed, 564 insertions(+)
create mode 100644
hudi-spark-datasource/hudi-spark/src/main/scala/org/apache/spark/sql/hudi/command/procedures/RepairClusteringPlanProcedure.scala
create mode 100644
hudi-spark-datasource/hudi-spark/src/test/scala/org/apache/spark/sql/hudi/procedure/TestRepairClusteringPlanProcedure.scala