zhangyue19921010 commented on code in PR #13761:
URL: https://github.com/apache/hudi/pull/13761#discussion_r2302768931
##########
hudi-spark-datasource/hudi-spark/src/main/scala/org/apache/spark/sql/hudi/command/procedures/RunClusteringProcedure.scala:
##########
@@ -59,7 +59,8 @@ class RunClusteringProcedure extends BaseProcedure
ProcedureParameter.optional(7, "options", DataTypes.StringType),
ProcedureParameter.optional(8, "instants", DataTypes.StringType),
ProcedureParameter.optional(9, "selected_partitions",
DataTypes.StringType),
- ProcedureParameter.optional(10, "limit", DataTypes.IntegerType)
+ ProcedureParameter.optional(10, "selected_partitions_reg",
DataTypes.StringType),
Review Comment:
nit: selected_partitions_reg -> partition_regex_pattern, consistent with the
config name in HoodieClusteringConfig
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]