Fokko commented on PR #4811: URL: https://github.com/apache/iceberg/pull/4811#issuecomment-1142456149
@dhruv-pratap I had to update some of the tests (because the Table object didn't have an identifier property). After fixing this, we got circular imports in the tests and the catalog class because of the annotation import. I've moved those to the `__init__.py` because aliasing types will never introduce any circular import if we keep them separate. -- 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]
