Skip to content

Commit

Permalink
chore: clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
appletreeisyellow committed Feb 16, 2024
1 parent 9006d1e commit 69bb592
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datafusion/core/src/physical_optimizer/pruning.rs
Original file line number Diff line number Diff line change
Expand Up @@ -958,7 +958,7 @@ impl<'a> PruningExpressionBuilder<'a> {
self.required_columns.null_count_column_expr(
&self.column,
&column_expr,
&null_count_field,
null_count_field,
)
}

Expand Down

0 comments on commit 69bb592

Please sign in to comment.