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 execute_logical_plan method to Ballista context #971

Closed
andygrove opened this issue Feb 4, 2024 · 0 comments · Fixed by #972
Closed

Add execute_logical_plan method to Ballista context #971

andygrove opened this issue Feb 4, 2024 · 0 comments · Fixed by #972
Labels
enhancement New feature or request

Comments

@andygrove
Copy link
Member

andygrove commented Feb 4, 2024

Is your feature request related to a problem or challenge? Please describe what you are trying to do.
Once #970 is merged, we have a functional Python client again, but it only supports SQL and not the DataFrame API.

If we add an execute_logical_plan method to the Ballista context then users can use the DataFusion Python API to build logical plans and then execute them via the Ballista context.

Describe the solution you'd like

  • Add execute_logical_plan method to Ballista Rust context
  • Add execute_logical_plan method to Ballista Python context

Describe alternatives you've considered

Additional context

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant