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:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to