rdblue commented on code in PR #5362: URL: https://github.com/apache/iceberg/pull/5362#discussion_r932479836
########## python/pyiceberg/expressions/base.py: ########## @@ -19,58 +19,22 @@ from abc import ABC, abstractmethod from dataclasses import dataclass from functools import reduce, singledispatch -from typing import Generic, TypeVar +from typing import ( + ClassVar, + Generic, + Literal, Review Comment: Ah, I was wondering what the problem was. Thanks! -- 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]
