Fokko commented on code in PR #6232:
URL: https://github.com/apache/iceberg/pull/6232#discussion_r1028473547
##########
python/pyiceberg/expressions/literals.py:
##########
@@ -207,7 +207,7 @@ def __init__(self, value: int):
super().__init__(value, int)
@singledispatchmethod
- def to(self, type_var: IcebergType) -> Literal:
+ def to(self, type_var: IcebergType) -> Literal: # type: ignore
Review Comment:
I don't like this either, the problem is that it is unbound. I have some
idea's on how to fix this properly in
https://github.com/apache/iceberg/issues/6231
--
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]