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 20:26:14 UTC

[GitHub] [iceberg] Fokko opened a new issue, #6203: Python: Add support for `{AboveMin,AboveMax}` for `{int,float,long}` columns

Fokko opened a new issue, #6203:
URL: https://github.com/apache/iceberg/issues/6203

   ### Feature Request / Improvement
   
   When we query an integer column that is `EqualTo('float', 3.4028235e38+1)` we convert it into an `AboveMax`. We can use this information to turn the predicate in an `AlwaysFalse` because the value is out of range.
   
   ### Query engine
   
   _No response_


-- 
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.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


[GitHub] [iceberg] rdblue closed issue #6203: Python: Add support for `{AboveMin,AboveMax}` for `{int,float,long}` columns

Posted by GitBox <gi...@apache.org>.
rdblue closed issue #6203: Python: Add support for `{AboveMin,AboveMax}` for `{int,float,long}` columns
URL: https://github.com/apache/iceberg/issues/6203


-- 
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