File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
datafusion/physical-expr/src/expressions Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ use datafusion_expr::ColumnarValue;
3232use datafusion_physical_expr_common:: physical_expr:: { DynEq , DynHash } ;
3333
3434/// A dynamic [`PhysicalExpr`] that can be updated by anyone with a reference to it.
35- ///
35+ ///
3636/// Any `ExecutionPlan` that uses this expression and holds a reference to it internally should probably also
3737/// implement `ExecutionPlan::reset_state` to remain compatible with recursive queries and other situations where
3838/// the same `ExecutionPlan` is reused with different data.
@@ -124,7 +124,7 @@ impl DynamicFilterPhysicalExpr {
124124 /// Generally the important bit is that the *leaf children that reference columns
125125 /// do not change* since those will be used to determine what columns need to read or projected
126126 /// when evaluating the expression.
127- ///
127+ ///
128128 /// Any `ExecutionPlan` that uses this expression and holds a reference to it internally should probably also
129129 /// implement `ExecutionPlan::reset_state` to remain compatible with recursive queries and other situations where
130130 /// the same `ExecutionPlan` is reused with different data.
You can’t perform that action at this time.
0 commit comments