[
https://issues.apache.org/jira/browse/HIVE-29178?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Denys Kuzmenko updated HIVE-29178:
----------------------------------
Summary: Add Properties support (was: Add Type and Properties support)
> Add Properties support
> ----------------------
>
> Key: HIVE-29178
> URL: https://issues.apache.org/jira/browse/HIVE-29178
> Project: Hive
> Issue Type: Sub-task
> Reporter: Denys Kuzmenko
> Priority: Major
>
> RestCatalog example:
> {code:java}
> CREATE CATALOG [IF NOT EXISTS] <catalog_name>
> PROPERTIES (
> 'uri'='https://iceberg-with-rest:8181/',
> 'type'='rest',
> 'client.impl'='org.apache.iceberg.hive.client.HiveRESTCatalogClient'
> )
> {code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)