zjuwangg commented on issue #9118: [FLINK-13206][sql client]replace `use 
database xxx` with `use xxx` in sql client parser
URL: https://github.com/apache/flink/pull/9118#issuecomment-512161129
 
 
   > just ran a search and found `catalog.md` also need modification:
   > 
   > ```
   > $ ag 'use database'
   > docs/dev/table/sql.md
   > 325:USE DATABASE mydatabase;
   > 
   > docs/dev/table/catalog.md
   > 66:Users can set current catalog and database via 
`TableEnvironment.useCatalog(...)` and `TableEnvironment.useDatabase(...)` in 
Table API, or `USE CATALOG ...` and `USE DATABASE ...` in Flink SQL.
   > 340:Flink SQL> use database myDb;
   > ```
   
   Sorry to miss these, I have correct them in the lastest commit.

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to