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/08/13 20:40:52 UTC

[GitHub] [incubator-iceberg] rdblue opened a new pull request #376: Do not use original manifest list when adding filters

rdblue opened a new pull request #376: Do not use original manifest list when adding filters
URL: https://github.com/apache/incubator-iceberg/pull/376
 
 
   This fixes a bug in `ManifestGroup` that caused all manifests to be read instead of correctly filtering when either `ignoreExisting` or `ignoreDeleted` was used because those filters were applied to the wrong variable, `manifests` instead of `filteredManifests`.

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