Weijun-H commented on code in PR #13628:
URL: https://github.com/apache/datafusion/pull/13628#discussion_r1867609910
##########
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:
How about this?
```suggestion
"Function {} failed to coerce from {:?} to the signature {:?}.",
```
--
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]