issues
search
apache
/
datafusion-ballista
Apache DataFusion Ballista Distributed Query Engine
https://datafusion.apache.org/ballista
Apache License 2.0
1.56k
stars
197
forks
source link
Make Ballista compatible with Datafusion 37.0.0 (from 36.0.0)
#1031
Closed
RaphaelMarinier
closed
5 months ago
RaphaelMarinier
commented
5 months ago
What changes are included in this PR?
Notable changes needed:
Compute and provide ExecutionPlan::properties().
Get rid of AbordOnDropMany and use SpawnedTasks instead.
Serialize PhysicalExpr with datafusion_proto::physical_plan::to_proto::serialize_physical_expr.
Update API usage of TreeNode.
Adapt to removal of deprecated SessionContext::tables()
Updated planner tests now that HashJoinExec can project.
What changes are included in this PR?
Notable changes needed: