apache / datafusion-ballista

Apache DataFusion Ballista Distributed Query Engine
https://datafusion.apache.org/ballista
Apache License 2.0
1.39k stars 181 forks source link

[Python] Add `execute_logical_plan` to context #972

Closed andygrove closed 4 months ago

andygrove commented 4 months ago

Which issue does this PR close?

Closes https://github.com/apache/arrow-ballista/issues/971

Rationale for this change

Allow logical plans (perhaps created from substrait plans) to be executed.

What changes are included in this PR?

TBD

Are there any user-facing changes?