Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for delegating to other query engines #685

Closed
wants to merge 4 commits into from

Conversation

andygrove
Copy link
Member

@andygrove andygrove commented Feb 25, 2023

Which issue does this PR close?

Closes #684

Rationale for this change

Add support for using Ballista as a scheduler for execution engines other than DataFusion

What changes are included in this PR?

  • Add ability to plug in execution engine in executor

There is a corresponding PR in PyBallista that shows how this is used to support Python execution: apache/datafusion-ballista-python#19

Are there any user-facing changes?

@andygrove andygrove changed the title Experiment: Pluggable execution engine Add support for delegating to other query engines Feb 26, 2023
@andygrove andygrove marked this pull request as ready for review February 28, 2023 16:04
@andygrove andygrove closed this Feb 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support executing query stages in execution engines other than DataFusion
1 participant