[
https://issues.apache.org/jira/browse/FLINK-22581?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jark Wu closed FLINK-22581.
---------------------------
Fix Version/s: 1.13.1
1.14.0
Resolution: Fixed
Fixed in
- master: cb4efe6b2ad67fe9f155f64d133cc7ddea19333f
- release-1.13: 9eeecf3684591cba1b01f481a3d5c0a7600641cc
> 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
> Assignee: YoungWoo Kim
> Priority: Major
> Fix For: 1.14.0, 1.13.1
>
>
> 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)