[
https://issues.apache.org/jira/browse/FLINK-22581?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17340053#comment-17340053
]
YoungWoo Kim commented on FLINK-22581:
--------------------------------------
[~jark],
Sent a PR for this. https://github.com/apache/flink/pull/15844
> Keyword 'CATALOG' is missing in sql client doc
> ----------------------------------------------
>
> Key: FLINK-22581
> URL: https://issues.apache.org/jira/browse/FLINK-22581
> Project: Flink
> Issue Type: Bug
> Components: Documentation, Table SQL / API
> Affects Versions: 1.13.0
> Reporter: YoungWoo Kim
> Priority: Major
>
> Excerpt from sql client doc:
> ```
> CREATE CATALOG MyCatalog
> WITH (
> 'type' = 'hive'
> );
> USE MyCatalog;
> ```
> The statement `USE MyCatalog' should be 'USE CATALOG MyCatalog'
--
This message was sent by Atlassian Jira
(v8.3.4#803005)