Shivfun99 opened a new pull request, #19873:
URL: https://github.com/apache/datafusion/pull/19873

   ### What this does
   Enhances the SQL planner error message when a referenced table is not found 
by attaching a clearer diagnostic instead of a generic error.
   
   ### Why
   This improves developer UX by making it easier to understand why a query 
failed and where the issue occurred in the SQL span.
   
   ### Changes
   - Wrapped missing-table errors with a structured Diagnostic
   - Preserved existing planner behavior
   - Added better error context for SQL users
   
   ### Testing
   - Ran `cargo test -p datafusion-sql`
   - Manually tested missing table scenarios in DataFusion CLI
   


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