Skip to content

Commit 27cdc22

Browse files
committed
clippy
1 parent 69e858c commit 27cdc22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

datafusion/common/src/pruning.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ impl PrunableStatistics {
266266
s.column_statistics
267267
.get(index)
268268
.and_then(|stat| {
269-
if let Precision::Exact(min) = get_stat(&stat) {
269+
if let Precision::Exact(min) = get_stat(stat) {
270270
has_value = true;
271271
Some(min.clone())
272272
} else {

0 commit comments

Comments
 (0)