Skip to content

Commit

Permalink
fix clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
Ted-Jiang committed Apr 12, 2024
1 parent dee9265 commit efcf6c3
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 @@ -1274,7 +1274,7 @@ fn build_is_null_column_expr(
})
.ok()
} else {
return None;
None
}
} else {
required_columns
Expand Down

0 comments on commit efcf6c3

Please sign in to comment.