Fokko commented on PR #1534: URL: https://github.com/apache/iceberg-python/pull/1534#issuecomment-2631985893
@mattmartin14 It should happen automatically, because the `In(..)` will wrap it for you in a `literal`: https://github.com/apache/iceberg-python/blob/5018efc203b6393898a000d98e6f305f287e42a7/pyiceberg/expressions/__init__.py#L623-L627 In `_to_literal_set(..)`, and then `_to_literal(..)`: https://github.com/apache/iceberg-python/blob/5018efc203b6393898a000d98e6f305f287e42a7/pyiceberg/expressions/__init__.py#L49-L57 It will wrap the literal, and when it binds to the table schema, it will notice that it is both a literal. -- 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]
