rdsr opened a new pull request #735: Refactor FilteredManifest and ManifestGroup
URL: https://github.com/apache/incubator-iceberg/pull/735
 
 
   Changes
   1. `liveEntries()` and `iterator()` are now sharing underlying code 
   1. Column stats are always projected when querying either `allEntries()` or 
`liveEntries()` or `iterator()`
   1. ManifestGroup now relies on a builder
   1. `allEntries()`, `liveEntries()` and `iterator()`  does not reuse 
containers and creates a copy. If this is too expensive in some case we can 
have a option  to `reuseContainers` 
   
   
   These changes will affect #315 as well
   

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

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

Reply via email to