alamb commented on code in PR #9401: URL: https://github.com/apache/arrow-datafusion/pull/9401#discussion_r1508197137
########## datafusion/sqllogictest/test_files/errors.slt: ########## @@ -84,7 +84,7 @@ statement error Error during planning: No function matches the given name and ar SELECT concat(); # error message for wrong function signature (Uniform: t args all from some common types) -statement error DataFusion error: Failed to coerce arguments for NULLIF +statement error DataFusion error: Error during planning: No function matches the given name and argument types 'nullif\(Int64\)'. You might need to add explicit type casts. Review Comment: That is a much nicer error message -- 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]
