y-f-u opened a new pull request, #10612: URL: https://github.com/apache/datafusion/pull/10612
## Which issue does this PR close? TableReference has the catalog information but it's not used in `plan_to_sql` ## Rationale for this change It's common for DBMS to have pattern of `[catalog.][schema.]table_name` in SQL statement. E.g. snowflake. ## What changes are included in this PR? - Add catalog information if it exists in table reference. ## Are these changes tested? Yes ## Are there any user-facing changes? No -- 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]
