bowenli86 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-511885017
 
 
   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;
   ```

----------------------------------------------------------------
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

Reply via email to