kevinjqliu commented on issue #2681:
URL:
https://github.com/apache/iceberg-python/issues/2681#issuecomment-3628336305
Thanks @geruh, I agree that polars should properly translate true/false to
pyiceberg's AlwaysTrue/AlwaysFalse. But only for "top-level" boolean values.
For example, `(pa.compute.field('ts') == pa.compute.scalar(False))` should
stay as boolean true/false
`pa.compute.scalar(True)` (which is what pl.lit(False) translates to) should
be AlwaysTrue.
--
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]