Fokko commented on code in PR #8408: URL: https://github.com/apache/iceberg/pull/8408#discussion_r1308499972
########## python/pyiceberg/avro/file.py: ########## @@ -21,11 +21,11 @@ import io import json import os +from collections.abc import Callable Review Comment: This change does not make any sense ########## python/pyiceberg/avro/reader.py: ########## @@ -26,14 +26,13 @@ from __future__ import annotations from abc import abstractmethod +from collections.abc import Callable, Mapping Review Comment: This change does not make any sense -- 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]
