GayathriSrividya opened a new pull request, #3416:
URL: https://github.com/apache/iceberg-python/pull/3416

   Closes #3365
   
   ## Changes
   - Changed `list_tables`, `list_namespaces`, `list_views` return types from 
`list[Identifier]` to `Iterator[Identifier]`
   - REST catalog uses true generators with per-page HTTP fetch helpers 
(decorated with `@retry`) to correctly support auth retry logic
   - Other catalogs (SQL, DynamoDB, Glue, Hive, BigQuery, NoOp) return `iter()` 
of their results
   - CLI and output updated to work with iterators


-- 
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