-
Notifications
You must be signed in to change notification settings - Fork 159
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FEAT] [New Executor] [1/N] Move physical plan scheduler to new crate…
…, misc. refactorings + drive-bys for new executor (#2339) This PR moves the physical plan scheduler to a new `daft-scheduling` crate in order to avoid cycle dependencies for the new executor, which depends on `daft-plan`. New dependency tree will be: ``` daft-plan <-- daft-execution ^ ^ \ / daft-scheduling ``` This PR also contains misc. refactorings and drive-bys for follow-up new executor PRs, and will be the bottom of a stack of PRs.
- Loading branch information
1 parent
7d613a6
commit 8a789be
Showing
20 changed files
with
1,068 additions
and
777 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.