Skip to content

Commit 1465911

Browse files
newlines
1 parent 2caffbb commit 1465911

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

rfcs/1-distributed-dynamic-filtering.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -527,9 +527,9 @@ There are 2 main gaps in vanilla datafusion that we need to address:
527527
### 1. Getting `&DynamicFilterPhysicalExpr` from `ExecutionPlan`
528528

529529
Requirements
530-
(a) identify which dynamic filters are producers and consumers in an `ExecutionPlan` tree
531-
(b) get access to all `&DynamicFilterPhysicalExpr` in an `ExecutionPlan` (as long as one is holding a reference to a `DynamicFilterPhysicalExpr`, they can read and write updates to it)
532-
(c) allow easy extension for custom `ExecutionPlan` implementations
530+
(a) identify which dynamic filters are producers and consumers in an `ExecutionPlan` tree
531+
(b) get access to all `&DynamicFilterPhysicalExpr` in an `ExecutionPlan` (as long as one is holding a reference to a `DynamicFilterPhysicalExpr`, they can read and write updates to it)
532+
(c) allow easy extension for custom `ExecutionPlan` implementations
533533

534534
#### Options 1 & 2: Support new APIs In Vanilla DataFusion
535535

0 commit comments

Comments
 (0)