apache / datafusion-ballista

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

Remove output_partitioning for task definition #775

Closed yahoNanJing closed 1 year ago

yahoNanJing commented 1 year ago

Is your feature request related to a problem or challenge? Please describe what you are trying to do.

Since the output_partitioning has already been encoded in the ExecutionPlan, there's no need to include inside the TaskDefinition.

Describe the solution you'd like

Describe alternatives you've considered

Additional context