oguzerdogmus opened a new pull request, #169: URL: https://github.com/apache/iceberg-go/pull/169
Add support for `ListNamespaces` to the Glue catalog. ### Implementation Details - Similar to tables, used the same `ICEBERG` parameter to differentiate between Iceberg catalog databases and other databases in the Glue catalog. - Throw an error when `parent` parameter is given to `ListNamespaces` to align with [Python](https://github.com/apache/iceberg-python/blob/main/pyiceberg/catalog/glue.py#L709C11-L709C50) implementation. ### Testing Done - Tests are added similar to others in the test file. - Set up AWS Glue Catalog in my personal account and created a database and verified that it can be fetched. -- 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: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org