Skip to content

Commit 62d80d7

Browse files
committed
fmt
1 parent 98b5a72 commit 62d80d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

datafusion/physical-expr/src/expressions/dynamic_filters.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ use datafusion_expr::ColumnarValue;
3232
use 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.

0 commit comments

Comments
 (0)