Jai-76 opened a new issue, #19850: URL: https://github.com/apache/datafusion/issues/19850
### Is your feature request related to a problem? Please describe. Currently, if a user makes a typo in a column or table name, DataFusion returns a strict "Not Found" error. **Example:** Given a table `users` with columns `["username", "email"]`: ```sql SELECT usernme FROM 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]
