Skip to content

Commit 7378bb4

Browse files
authored
Fix build with 1.52.1 (apache#696)
1 parent 024bd89 commit 7378bb4

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
@@ -514,7 +514,7 @@ impl ExecutionPlan for ParquetExec {
514514
self.partitions
515515
.iter()
516516
.flat_map(|p| {
517-
[
517+
vec![
518518
(
519519
format!(
520520
"numPredicateEvaluationErrors for {}",

0 commit comments

Comments
 (0)