Jefffrey commented on PR #19873:
URL: https://github.com/apache/datafusion/pull/19873#issuecomment-3765480148
Is there a clear before & after test case to reference here? Best I can
tell, this PR essentially only does this:
```diff
-format!("table '{}' not found", table_ref)
+format!("table '{}' not found", table_ref.table().to_string())
```
We already had the diagnostics, so I'm struggling to understand what exactly
this PR is trying to fix/improve.
--
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]