-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Introduce new optional scheduler, using Morsel-driven Parallelism + r…
…ayon (#2199) (#2226) * Morsel-driven Parallelism using rayon (#2199) * Fix LIFO spawn ordering * Further docs for ExecutionPipeline * Deduplicate concurrent wakes * Add license headers * Sort Cargo.toml * Revert accidental change to ParquetExec * Handle wakeups triggered by other threads * Use SeqCst memory ordering * Review feedback * Add panic handler * Cleanup structs Add test of tokio interoperation * Review feedback * Use BatchPartitioner Cleanup error handling * Clarify shutdown characteristics * Fix racy test_panic * Don't overload Query nomenclature * Rename QueryResults to ExecutionResults * Further review feedback * Merge scheduler into datafusion/core * Review feedback * Fix partitioned execution * Format * Format Cargo.toml * Fix doc link
- Loading branch information
Showing
11 changed files
with
1,905 additions
and
19 deletions.
There are no files selected for viewing
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
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
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.