zhuqi-lucas opened a new pull request, #21243:
URL: https://github.com/apache/datafusion/pull/21243

   ## Which issue does this PR close?
   
   Fixes compilation error on main branch.
   
   ## Rationale for this change
   
   #21160 renamed `MetricType::DEV` to `MetricType::Dev`, then #21211 merged 
using the old `DEV` variant name, breaking compilation on main.
   
   ## What changes are included in this PR?
   
   One line: `MetricType::DEV` → `MetricType::Dev` in `baseline.rs`.
   
   ## Are these changes safe?
   
   Yes — fixes a compilation error, no behavior change.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to