szehon-ho commented on code in PR #7572:
URL: https://github.com/apache/iceberg/pull/7572#discussion_r1194378271
##########
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:
Yea thats the primary reason why i kept 'files' though i do think it is
long, @aokolnychyi what do you think?
--
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]