ndrluis opened a new issue, #499: URL: https://github.com/apache/iceberg-python/issues/499
### Feature Request / Improvement Hello, when I was trying to solve the #497 issue, I noticed that we are exposing the private API and we have some imports through modules. For example, in [glue.py](https://github.com/apache/iceberg-python/blob/main/pyiceberg/catalog/glue.py#L49-L50), we import `Identifier` and `Properties` from `catalog` instead of importing from `typedef`. Another case is in [test_writes.py](https://github.com/apache/iceberg-python/blob/main/tests/integration/test_writes.py#L35), where we import `Table` from `catalog` instead of from `table`. -- 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.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