Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
25
Research direction
Examine the existing Iceberg procedures in Presto's codebase, particularly the `rewrite manifests` procedure in the `presto iceberg` module, to understand the pattern for adding new procedures. Review the linked medium article for context on table path rewriting. The implementation likely requires creating a new class implementing `Procedure` and registering it in the Iceberg connector's procedure list. Look at the files under `presto iceberg/src/main/java/com/facebook/presto/iceberg/procedures/` for examples. The issue does not specify exact API signature, so clarification may be needed from maintainers.