Peng-Lei opened a new pull request #34096: URL: https://github.com/apache/spark/pull/34096
### What changes were proposed in this pull request? 1、Add the statement of `set catalog xxx` to change the current catalog 2、Retain the `USE` statement to change the current catalog 3、Forcible loading the new catalog when change the new catalog. ### Why are the changes needed? Ansi SQL use `SET CATALOG XXX` statement to change the catalog. ### Does this PR introduce _any_ user-facing change? Yes, User can use `SET CATALOG XXX` to change the current catalog ### How was this patch tested? Add ut testcase -- 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]
