szehon-ho commented on code in PR #7572:
URL: https://github.com/apache/iceberg/pull/7572#discussion_r1190491051
##########
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:
What does everyone think? I use RewritePositionDeletes and PositionDeletes
in the code a lot for shortness, but was not sure as the procedure names all
indicate files
--
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]