rdblue commented on PR #6197: URL: https://github.com/apache/iceberg/pull/6197#issuecomment-1317275633
> Do you mean when you run Python on a 32bit computer? This will reduce the precision. What I mean is that Python `int` can contain values that are larger than 64 bits because it uses arbitrary precision. If we get `int` values in expressions that are larger than a 64-bit integer then we should do the same thing as for the 32-bit integer and rewrite the expression to `AlwaysTrue()` or `AlwaysFalse()`. -- 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]
