Skip to content

Commit 86045b8

Browse files
committed
fix: MetricType::DEV -> MetricType::Dev (merge race fix)
1 parent cc5a3a7 commit 86045b8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ impl BaselineMetrics {
180180
},
181181
None,
182182
)
183-
.with_type(super::MetricType::DEV),
183+
.with_type(super::MetricType::Dev),
184184
))
185185
}
186186

0 commit comments

Comments
 (0)