alamb commented on code in PR #21032:
URL: https://github.com/apache/datafusion/pull/21032#discussion_r2990499878


##########
datafusion/sqllogictest/test_files/spark/math/hex.slt:
##########
@@ -56,7 +56,7 @@ SELECT hex(column1) FROM VALUES (arrow_cast('hello', 
'LargeBinary')), (NULL), (a
 NULL
 776F726C64
 
-statement error Function 'hex' expects 1 arguments but received 2
+statement error DataFusion error: Error during planning: Function 'hex' failed 
to match any signature

Review Comment:
   > Do you think we should try to preserve more actionable planner diagnostics 
for cases like this in the current PR, or handle that in a follow-up by 
choosing the best OneOf planning error?
   
   It would be nice to avoid a regression in error messages, even if temporarily
   
   How hard is it to get the old behavior back?



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