bowenli86 commented on issue #8830: [FLINK-12933][sql client] support 'use catalog' and 'use database' in SQL CLI URL: https://github.com/apache/flink/pull/8830#issuecomment-505128904 @danny0405 Yeah, as I mentioned, I think it's ok to move DQL like https://github.com/apache/flink/pull/8829 and "USE" to sql parser when sql client officially depend on sql parser (which is not yet). IIRC, there are still some community concerns on sql parser, right? Thus, I propose to add the functionality first so we can 1) enable end-to-end test, both automatic and manual, for SQL CLI, catalogs, and hive integration, and 2) guarantee the feature is out in 1.9 for users, independent of the progress of sql-parser. We can migrate these commands to sql parser later (shouldn't be hard).
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
