We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80750ea commit f8204b6Copy full SHA for f8204b6
datafusion/physical-expr-common/src/metrics/baseline.rs
@@ -90,7 +90,7 @@ impl BaselineMetrics {
90
.with_type(super::MetricType::SUMMARY)
91
.output_bytes(partition),
92
output_batches: MetricBuilder::new(metrics)
93
- .with_type(super::MetricType::Dev)
+ .with_type(super::MetricType::DEV)
94
.output_batches(partition),
95
}
96
0 commit comments