-
Notifications
You must be signed in to change notification settings - Fork 181
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[CHORE] Remove the concept of runner configs (#3276)
Removes the concept of RunnerConfigs. Our Runners are now materialized in 2 places: 1. When a user calls `daft.context.set_runner_*`, eagerly! 2. When a user first interacts with a Daft API that calls `get_context().get_or_create_runner()` under the hood --------- Co-authored-by: Jay Chia <jaychia94@gmail.com@users.noreply.github.com> Co-authored-by: Colin Ho <colinho@Colins-MacBook-Pro.local>
- Loading branch information
1 parent
2c59675
commit e430942
Showing
4 changed files
with
278 additions
and
67 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
Oops, something went wrong.