Skip to content

Commit ef966f3

Browse files
committed
update for new api
1 parent ae1e57c commit ef966f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

datafusion/src/physical_plan/parquet.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -527,7 +527,7 @@ macro_rules! get_min_max_values {
527527
.collect();
528528

529529
// ignore errors converting to arrays (e.g. different types)
530-
ScalarValue::iter_to_array(scalar_values.iter()).ok()
530+
ScalarValue::iter_to_array(scalar_values).ok()
531531
}}
532532
}
533533

0 commit comments

Comments
 (0)