File tree Expand file tree Collapse file tree
datafusion/physical-expr/src/expressions Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -148,7 +148,7 @@ impl DynamicFilterSnapshot {
148148 }
149149}
150150
151- // TODO: Include expression_id in debug output.
151+ // TODO: Include expression_id in debug output.
152152//
153153// See https://github.com/apache/datafusion/issues/20418. Currently, plan nodes
154154// like `HashJoinExec`, `AggregateExec`, `SortExec` do not serialize their
@@ -496,7 +496,7 @@ impl DynamicFilterPhysicalExpr {
496496
497497 /// Generate a new expression id for this filter.
498498 pub fn new_expression_id ( ) -> u64 {
499- random :: < u64 > ( )
499+ random :: < u64 > ( )
500500 }
501501}
502502
@@ -516,7 +516,7 @@ impl PhysicalExpr for DynamicFilterPhysicalExpr {
516516 Ok ( Arc :: new ( Self {
517517 children : self . children . clone ( ) ,
518518 remapped_children : Some ( children) ,
519- // Note that we ensure the derived expression linked to `self`
519+ // Note that we ensure the derived expression linked to `self`
520520 // via the unique identifier.
521521 expression_id : self . expression_id ,
522522 inner : Arc :: clone ( & self . inner ) ,
You can’t perform that action at this time.
0 commit comments