Omega359 commented on code in PR #14511: URL: https://github.com/apache/datafusion/pull/14511#discussion_r1943170508
########## datafusion/expr/src/type_coercion/functions.rs: ########## @@ -243,7 +251,7 @@ fn try_coerce_types( // none possible -> Error plan_err!( "Failed to coerce arguments to satisfy a call to {} function: coercion from {:?} to the signature {:?} failed.", - function_name.as_ref(), + function_name, Review Comment: Good point, I'll update the error messages, thx -- 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