Fokko commented on issue #6156: URL: https://github.com/apache/iceberg/issues/6156#issuecomment-1308500288
For the bound ones, I think the key is in the literal method. Turning: ```python @singledispatch def literal(value) -> Literal: ``` Into: ```python @singledispatch def literal(value: T) -> Literal[T]: ``` -- 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: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org