andygrove opened a new pull request #8029: URL: https://github.com/apache/arrow/pull/8029
This follows on from https://github.com/apache/arrow/pull/8028. - Removes `Partition` trait, which was really redundant. - `ExecutonPlan.execute()` now takes a partition index. - Removed `DatasourceExec` since no longer needed now that `TableProvider.scan` returns an `ExecutionPlan` directly. This is a step towards extracting the threading model out of the operators like `MergeExec` and having the operators be able to work with different threading models. ---------------------------------------------------------------- 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]
