rdblue opened a new pull request #1352: URL: https://github.com/apache/iceberg/pull/1352
This adds support for applying row-level deletes when reading with IcebergGenerics. This also refactors the classes used by the `IcebergGenerics` reader so that generics can be used more easily in other applications. It adds `GenericReader` that will open tasks (either file tasks or combined tasks) and will automatically build a row-based `CloseableIterator<Record>` that removes deleted rows and applies task residual filters. ---------------------------------------------------------------- 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: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
