GitHub user timsaucer added a comment to the discussion: Should ExecutionPlan
spawn tasks in `execute` function
I have converted this discussion into this issue to track correction:
https://github.com/apache/datafusion/issues/16312
GitHub link:
https://github.com/apache/datafusion/discussion
GitHub user pepijnve added a comment to the discussion: Should ExecutionPlan
spawn tasks in `execute` function
I can't give you an authoritative answer on this one, but FWIW
`CoalescePartitionsExec::execute` also requires a current/active Tokio context
since it spawns a task for each partitio
GitHub user westonpace added a comment to the discussion: Should ExecutionPlan
spawn tasks in `execute` function
This may just be a failure in my ability to read the manual. I now see this in
the
[docs](https://docs.rs/datafusion/latest/datafusion/physical_plan/trait.ExecutionPlan.html#tymet