aokolnychyi commented on code in PR #7572:
URL: https://github.com/apache/iceberg/pull/7572#discussion_r1194625029


##########
spark/v3.4/spark/src/main/java/org/apache/iceberg/spark/procedures/SparkProcedures.java:
##########
@@ -54,6 +54,7 @@ private static Map<String, Supplier<ProcedureBuilder>> 
initProcedureBuilders() {
     mapBuilder.put("register_table", RegisterTableProcedure::builder);
     mapBuilder.put("publish_changes", PublishChangesProcedure::builder);
     mapBuilder.put("create_changelog_view", 
CreateChangelogViewProcedure::builder);
+    mapBuilder.put("rewrite_position_delete_files", 
RewritePositionDeleteFilesProcedure::builder);

Review Comment:
   No strong opinion. I also like shorter names but it seems we use `files` 
suffix in other procedures so I'll be inclined to keep the name as is.



-- 
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]

Reply via email to