Skip to content

Commit 5dd668a

Browse files
committed
Fix metric type casing in BaselineMetrics
1 parent 6ef1c84 commit 5dd668a

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)