Skip to content

Commit 0058d2a

Browse files
committed
clarify errors from ExecuteExecutionPlan
accompanying note is a WIP, open to further suggestions as to how to clarify
1 parent 04d5803 commit 0058d2a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

spec/Section 6 -- Execution.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,8 @@ serial):
335335
- Let {data} and {incrementalDataRecords} be the result of
336336
{ExecuteExecutionPlan(newDeferUsages, executionPlan, objectType, initialValue,
337337
variableValues, serial)}.
338-
- Let {errors} be the list of all _field error_ raised while completing {data}.
338+
- Let {errors} be the list of all _field error_ raised while executing the
339+
execution plan.
339340
- If {incrementalDataRecords} is empty, return an unordered map containing
340341
{data} and {errors}.
341342
- Let {incrementalResults} be the result of {YieldIncrementalResults(data,
@@ -344,6 +345,9 @@ serial):
344345
- Let {initialResult} be that result.
345346
- Return {initialResult} and {BatchIncrementalResults(incrementalResults)}.
346347

348+
Note: {ExecuteExecutionPlan()} does not directly raise field errors from the
349+
incremental portion of the Execution Plan.
350+
347351
### Yielding Incremental Results
348352

349353
The procedure for yielding incremental results is specified by the

0 commit comments

Comments
 (0)