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

Neeraj Khatri commented on HIVE-29369:
--------------------------------------

Hi [~dkuzmenko] 

Do you think that along with this there is a need for changing all API 
endpoints like ddl/database/\{db}/table/\{table} to 
ddl/catalog/\{cat}/database/\{db}/table/\{table} or not ?

If yes, should this be done as a part of this ticket or do we need to create a 
separate ticket for that ? Also in that case should the existing endpoints be 
marked as deprecated and new ones should be added and later we can remove the 
deprecated ones ?

Need some explanation here


Thanks

> Catalog Management REST API
> ---------------------------
>
>                 Key: HIVE-29369
>                 URL: https://issues.apache.org/jira/browse/HIVE-29369
>             Project: Hive
>          Issue Type: Sub-task
>            Reporter: Denys Kuzmenko
>            Priority: Major
>
> Admin / Control-plane API 
> {code:java}
> GET    /catalogs
> POST   /catalogs
> GET    /catalogs/{catalog}
> DELETE /catalogs/{catalog}
> GET    /catalogs/{catalog}/properties
> PATCH  /catalogs/{catalog}/properties
> {code}
> Iceberg REST routing
> {code:java}
> Catalog (control plane)
> └── Namespace (Iceberg)   ← /v1/namespaces 
>     └── Tables / Views    ← /v1/tables 
> GET /catalogs/{catalog}/v1/namespaces  
> {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to