Fokko commented on code in PR #5488: URL: https://github.com/apache/iceberg/pull/5488#discussion_r942336470
########## python/pyiceberg/typedef.py: ########## @@ -30,3 +30,4 @@ def update(self, *args: Any, **kwargs: Any) -> None: # type: ignore Identifier = Tuple[str, ...] Properties = Dict[str, str] +Configuration = Dict[str, "Configuration"] # type: ignore Review Comment: Still looking for someone to implement mypy support for this: https://github.com/python/mypy/issues/731 -- 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]
