Commit f525cc0
committed
[AURON #2329] Reword sole-consumer-gate comment for the codegen-fallback case
An unfused multi-consumer Calc runs as a standalone native Calc only when
it converts; otherwise StreamExecCalc falls back to Flink's codegen Calc.
Drop the unconditional native-copy claim and state the structural point
the gate protects: no per-consumer plan is staged onto the shared source,
so there is no last-write-wins between consumers.1 parent 787f410 commit f525cc0
1 file changed
Lines changed: 4 additions & 3 deletions
File tree
- auron-flink-extension/auron-flink-planner/src/main/java/org/apache/auron/flink/table/planner/processor
Lines changed: 4 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
200 | 200 | | |
201 | 201 | | |
202 | 202 | | |
203 | | - | |
204 | | - | |
205 | | - | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
206 | 207 | | |
207 | 208 | | |
208 | 209 | | |
| |||
0 commit comments