You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by GitBox <gi...@apache.org> on 2022/11/16 16:15:51 UTC

[GitHub] [iceberg] rdblue commented on pull request #6197: Python: Fix rough edges around literals

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: issues-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org