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 2019/01/10 23:20:59 UTC

[GitHub] rdblue opened a new pull request #72: Fix filtering manifests in unpartitioned tables.

rdblue opened a new pull request #72: Fix filtering manifests in unpartitioned tables.
URL: https://github.com/apache/incubator-iceberg/pull/72
 
 
   FilteredManifest only ran filters if there was a row filter AND a
   partition filter, but it should run filteres if there is a row filter OR
   a partition filter.
   
   Because a filter may be null, this also updates the functions that
   create evaluators to create an evaluator for alwaysTrue when the
   expression is null.

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

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