findepi commented on code in PR #13628:
URL: https://github.com/apache/datafusion/pull/13628#discussion_r1869222879


##########
datafusion/expr/src/type_coercion/functions.rs:
##########
@@ -218,7 +240,8 @@ fn try_coerce_types(
 
     // none possible -> Error
     plan_err!(
-        "Coercion from {:?} to the signature {:?} failed.",
+        "{}: coercion from {:?} to the signature {:?} failed.",

Review Comment:
   Changing to 
   ```
   "Failed to coerce arguments to satisfy a call to {} function: coercion from 
{:?} to the signature {:?} failed."
   ```



-- 
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