Re: [D] Should ExecutionPlan spawn tasks in `execute` function [datafusion]

2025-06-06 Thread via GitHub
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

Re: [D] Should ExecutionPlan spawn tasks in `execute` function [datafusion]

2025-04-23 Thread via GitHub
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

Re: [D] Should ExecutionPlan spawn tasks in `execute` function [datafusion]

2025-04-11 Thread via GitHub
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