cccs-eric opened a new issue, #7935: URL: https://github.com/apache/iceberg/issues/7935
### Apache Iceberg version main (development) ### Query engine None ### Please describe the bug 🐞 When loading a table stored in the Glue catalog using pyiceberg, the table identifier does not have the catalog's name in its identifier. See this line of code: https://github.com/apache/iceberg/blob/master/python/pyiceberg/catalog/glue.py#L169 If you look at DynamoDB's implementation, it adds the catalog name: https://github.com/apache/iceberg/blob/master/python/pyiceberg/catalog/dynamodb.py#L590 -- 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]
