rdblue opened a new pull request, #6233: URL: https://github.com/apache/iceberg/pull/6233
This adds `DataScan` and implements `plan_files`. In addition, this includes some other changes: * Added a self type parameter (`S`) to `TableScan` so subclasses are correctly typed * `partitioning` moved from `pyiceberg.table` to `pyiceberg` to avoid circular imports * Renamed the `Snapshot` method `fetch_manifest_list` to `manifests` * Added `live_entries` and `files` methods for reading manifests -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
