[
https://issues.apache.org/jira/browse/HIVE-29878?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
ASF GitHub Bot updated HIVE-29878:
----------------------------------
Labels: pull-request-available (was: )
> 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
> Labels: pull-request-available
>
> 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)