Shivfun99 commented on PR #19873:
URL: https://github.com/apache/datafusion/pull/19873#issuecomment-3765471105
> Is there an example of what this improved error looks like compared to the
original version?
The planner now attaches a structured diagnostic with SQL span context:
Error: table 'userz' not found
┌─ SQL
│
1 │ SELECT * FROM userz;
│ ^^^^^
│
= Did you mean: users?
--
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]