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