Skip to content

Commit 04904ec

Browse files
committed
Update the RFC number to be sequential with the others
1 parent 00b1a98 commit 04904ec

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

RFC-0006-support-distributed-procedure.md renamed to RFC-0021-support-distributed-procedure.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1+
# RFC-0021 for Presto
12

2-
## **Expand Procedure Architecture to Support Distributed Execution**
3+
## Expand Procedure Architecture to Support Distributed Execution
34

45
## Proposers
56

@@ -125,7 +126,7 @@ The ultimate goal of all of the above is that we can follow the original `CALL`
125126
Wherein, `CallDistributedProcedureNode` holds `CallDistributedProcedureTarget`, which is a subclass of `WriterTarget`, used to maintain the procedure information and related call parameters information.
126127
127128
128-
![Distributed_procedure_architecture](RFC-0006/distributed_procedure.png)
129+
![Distributed_procedure_architecture](RFC-0021/distributed_procedure.png)
129130
130131
131132
4. The optimizing, segmenting, group execution tagging, and local planning of `CallDistributedProcedureNode` are similar to `TableWriterNode`. And it would be ultimately local planned to a `TableWriterOperator` (which holds a specific type of `ExecutionWriterTarget` subclass related to `call distributed procedure` statement). When creating a `PageSink` to execute data writing, a corresponding `ConnectorPageSink` will be generated based on the specific subclass and property values of `ExecutionWriterTarget` that are actually held by `TableWriterOperator`.
File renamed without changes.

0 commit comments

Comments
 (0)