karuppayya commented on code in PR #10986:
URL: https://github.com/apache/iceberg/pull/10986#discussion_r1850859525


##########
spark/v3.5/spark/src/main/java/org/apache/iceberg/spark/procedures/SparkProcedures.java:
##########
@@ -61,6 +61,7 @@ private static Map<String, Supplier<ProcedureBuilder>> 
initProcedureBuilders() {
     mapBuilder.put("create_changelog_view", 
CreateChangelogViewProcedure::builder);
     mapBuilder.put("rewrite_position_delete_files", 
RewritePositionDeleteFilesProcedure::builder);
     mapBuilder.put("fast_forward", FastForwardBranchProcedure::builder);
+    mapBuilder.put("compute_table_stats", ComputeTableStatsProcedure::builder);

Review Comment:
   Thanks @ajantha-bhat , 
   I will create a follow up PR for the doc changes, just to keep this PR 
focussed on the procedure.



-- 
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: issues-unsubscr...@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org
For additional commands, e-mail: issues-h...@iceberg.apache.org

Reply via email to