rishvin commented on code in PR #2262:
URL: https://github.com/apache/datafusion-comet/pull/2262#discussion_r2310837260
##########
native/spark-expr/src/math_funcs/checked_arithmetic.rs:
##########
@@ -72,8 +72,7 @@ where
}
_ => {
return Err(DataFusionError::Internal(format!(
- "Unsupported operation: {:?}",
- op
+ "Unsupported operation: {op:?}"
Review Comment:
Not related to this changes. Clippy fix made this 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]