Aggarwal-Raghav opened a new pull request, #6750:
URL: https://github.com/apache/hive/pull/6750

   ### What changes were proposed in this pull request?
   This PR updates `HMSCatalogAdapter` to correctly extract `pageToken` and 
`pageSize` query parameters for the `listNamespaces` and `listTables` REST 
routes. If either parameter is present, it routes the request to the 
overloaded, pagination-aware CatalogHandlers methods.
   
   
   ### Why are the changes needed?
   Iceberg Rest Catalog Spec supports it as follows and this helps in catalog 
contains large number of tables.
   1. 
https://github.com/apache/iceberg/blob/main/open-api/rest-catalog-open-api.yaml#L250-L269
   2. 
https://github.com/apache/iceberg/blob/main/open-api/rest-catalog-open-api.yaml#L525-L538
   
   
   ### Does this PR introduce _any_ user-facing change?
   NO
   
   ### How was this patch tested?
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to