chinmay-bhat opened a new pull request, #782: URL: https://github.com/apache/iceberg-python/pull/782
Draft PR. Depends on incremental append scan #533 - [x] Tests (test output has both Insert and Delete operations) I created a new class ChangelogScanTask(ScanTask) to store change_ordinal and other parameters. The `plan_files()` in the base class expects a FileScanTask, because `pyarrow.project_table()` expects tasks as `Iterable[FileScanTask]`. TODO: update `plan_files()` and `project_table()` to expect `ScanTask` (making them inclusive of FileScanTask, ChangelogScanTask) -- 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]
