[ 
https://issues.apache.org/jira/browse/FLINK-24939?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17447735#comment-17447735
 ] 

Yubin Li commented on FLINK-24939:
----------------------------------

hi, [~shenzhu0127]

SHOW CATALOGS only show existing catalogs name, now Catalog has rich properties 
like this,
{code:java}
create catalog hive_catalog with(
    'type'='iceberg', 
    'catalog-type'='hive', 
    'uri'='thrift://rick-82lb:9083', 
    'clients'='5', 
    'property-verion'='1', 
    'warehouse'='hdfs:///user/hive/warehouse'); {code}
In many scenarios, we want to know detail properties about the specified 
catalog.

> Support 'SHOW CREATE CATALOG' syntax
> ------------------------------------
>
>                 Key: FLINK-24939
>                 URL: https://issues.apache.org/jira/browse/FLINK-24939
>             Project: Flink
>          Issue Type: Improvement
>          Components: Table SQL / API
>    Affects Versions: 1.14.0
>            Reporter: Yubin Li
>            Priority: Major
>
> SHOW CREATE CATALOG <catalog_name>;
>  
> `Catalog` is playing a more import role in flink, it would be great to get 
> existing catalog detail information



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

Reply via email to