[ 
https://issues.apache.org/jira/browse/HIVE-29878?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Raghav Aggarwal updated HIVE-29878:
-----------------------------------
    Description: 
As per 
[https://github.com/apache/iceberg/blob/main/open-api/rest-catalog-open-api.yaml]
 

listNameSpace:

[https://github.com/apache/iceberg/blob/main/open-api/rest-catalog-open-api.yaml#L250-L269]

 
{code:java}
/v1/{prefix}/namespaces:
   .....
   .....
        - $ref: '#/components/parameters/page-token'
        - $ref: '#/components/parameters/page-size' {code}
listTables:

 

[https://github.com/apache/iceberg/blob/main/open-api/rest-catalog-open-api.yaml#L525-L538]

 
{code:java}
/v1/{prefix}/namespaces/{namespace}/tables:
   .....
   .....         
        - $ref: '#/components/parameters/page-token'
        - $ref: '#/components/parameters/page-size' {code}
 

> HMS REST Catalog ignores pagination for listTables and listNamespaces
> ---------------------------------------------------------------------
>
>                 Key: HIVE-29878
>                 URL: https://issues.apache.org/jira/browse/HIVE-29878
>             Project: Hive
>          Issue Type: Improvement
>            Reporter: Raghav Aggarwal
>            Assignee: Raghav Aggarwal
>            Priority: Major
>
> As per 
> [https://github.com/apache/iceberg/blob/main/open-api/rest-catalog-open-api.yaml]
>  
> listNameSpace:
> [https://github.com/apache/iceberg/blob/main/open-api/rest-catalog-open-api.yaml#L250-L269]
>  
> {code:java}
> /v1/{prefix}/namespaces:
>    .....
>    .....
>         - $ref: '#/components/parameters/page-token'
>         - $ref: '#/components/parameters/page-size' {code}
> listTables:
>  
> [https://github.com/apache/iceberg/blob/main/open-api/rest-catalog-open-api.yaml#L525-L538]
>  
> {code:java}
> /v1/{prefix}/namespaces/{namespace}/tables:
>    .....
>    .....         
>         - $ref: '#/components/parameters/page-token'
>         - $ref: '#/components/parameters/page-size' {code}
>  



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

Reply via email to