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 PR. 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: github-unsubscr...@datafusion.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org
For additional commands, e-mail: github-h...@datafusion.apache.org

Reply via email to