rdblue commented on code in PR #5362: URL: https://github.com/apache/iceberg/pull/5362#discussion_r930468840
########## python/pyiceberg/expressions/base.py: ########## @@ -342,107 +349,104 @@ def __str__(self) -> str: @dataclass(frozen=True) -class AlwaysTrue(BooleanExpression, ABC, Singleton): +class AlwaysTrue(BooleanExpression, Singleton): Review Comment: These aren't actually abstract. -- 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]
