You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@iceberg.apache.org by GitBox <gi...@apache.org> on 2018/12/08 00:23:44 UTC

[GitHub] rdblue opened a new issue #39: Add in and notIn predicates

rdblue opened a new issue #39: Add in and notIn predicates
URL: https://github.com/apache/incubator-iceberg/issues/39
 
 
   Currently, set inclusion is implemented using a tree of `equals` predicates joined with `or` predicates. It would be much more efficient to add support for `in` and `notIn` predicates.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services