Fokko commented on code in PR #2918: URL: https://github.com/apache/iceberg-python/pull/2918#discussion_r2717372566
########## pyiceberg/table/__init__.py: ########## @@ -33,7 +33,6 @@ ) from pydantic import Field -from sortedcontainers import SortedList Review Comment: Unrelated to this PR, but I noticed that there is just one more occurrence of `sortedcontainers` outside of the tests. Might be interesting to see if we can get rid of it. -- 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]
