RFC-0021 described work to extend Presto's procedure architecture to:
- Extend the implementation mechanism of the procedure to include support for distributed procedures.
- Extend a subtype of distributed procedure called
TableDataRewriteDistributedProcedure, which represents the distributed procedure for the table data rewrite operation.
- Add support for distributed procedures to the Iceberg connector.
- Implement a
rewrite_data_files procedure for Iceberg connector.
This issue tracks the work to implement the ideas in RFC-0021.