Skip to content

Commit 1211ab7

Browse files
lint
1 parent 99fd030 commit 1211ab7

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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),

0 commit comments

Comments
 (0)