Skip to content

Commit f8204b6

Browse files
committed
Fix metric type casing in BaselineMetrics
1 parent 80750ea commit f8204b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

datafusion/physical-expr-common/src/metrics/baseline.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ impl BaselineMetrics {
9090
.with_type(super::MetricType::SUMMARY)
9191
.output_bytes(partition),
9292
output_batches: MetricBuilder::new(metrics)
93-
.with_type(super::MetricType::Dev)
93+
.with_type(super::MetricType::DEV)
9494
.output_batches(partition),
9595
}
9696
}

0 commit comments

Comments
 (0)