apache / datafusion

Apache DataFusion SQL Query Engine
https://datafusion.apache.org/
Apache License 2.0
6.33k stars 1.2k forks source link

Clarify documentation about use of tokio tasks #13474

Closed alamb closed 1 day ago

alamb commented 3 days ago

Which issue does this PR close?

Rationale for this change

@matthewmturner noted on https://github.com/apache/datafusion/pull/13423#discussion_r1846635429 that the discussion about how tasks were launched was confusion

What changes are included in this PR?

Try to clarify what happens with the tasks

Are these changes tested?

By docs CI

Are there any user-facing changes?

Just docs, no functional changes

alamb commented 1 day ago

Thanks again @jonahgao