Uh oh!
There was an error while loading. Please reload this page.
Improve error messages to include the function name. - #14511
Conversation
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Words better this PR has. Co-authored-by: Andrew Lamb <andrew@nerdnetworks.org>
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
comphead
left a comment
There was a problem hiding this comment.
I would prefer the function name to be highlighted some how, it can uppercase or square brackets, otherwise the function name got lost in the message
my preference is the last version. |
comphead
commented
Feb 5, 2025
Yeah, love it. Function name is not allowed to include special characters so it should be good |
Omega359
commented
Feb 5, 2025
Any other opinions on the function name highlight version? I'll wait to do the work till eod today in case there is a good reason not to go with # 5 |
Omega359
commented
Feb 6, 2025
Updates applied. |
comphead
commented
Feb 6, 2025
Thanks everyone! |
alamb
commented
Feb 6, 2025
Along with this PR from @Lordworms DataFusion error messages are getting downright friendly! |
Which issue does this PR close?
Rationale for this change
Function signature error messages do not include the function name making for debugging issues very difficult in a system with dataframes with hundreds of function calls.
What changes are included in this PR?
Updated error messages and tests.
Are these changes tested?
Yes
Are there any user-facing changes?
Unless you count updated error messages, no.