ajantha-bhat commented on code in PR #4902:
URL: https://github.com/apache/iceberg/pull/4902#discussion_r884957877
##########
spark/v3.2/spark/src/main/java/org/apache/iceberg/spark/procedures/RewriteDataFilesProcedure.java:
##########
@@ -52,6 +52,7 @@ class RewriteDataFilesProcedure extends BaseProcedure {
ProcedureParameter.required("table", DataTypes.StringType),
ProcedureParameter.optional("strategy", DataTypes.StringType),
ProcedureParameter.optional("sort_order", DataTypes.StringType),
+ ProcedureParameter.optional("z_order", DataTypes.StringType),
Review Comment:
I initially kept it in the end. But then I thought it is good to be together
and I "assumed" customers will use named arguments.
I will move it to the end. Thanks.
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]