alamb commented on code in PR #6449: URL: https://github.com/apache/arrow-datafusion/pull/6449#discussion_r1212212038
########## datafusion/core/src/physical_plan/common.rs: ########## @@ -98,12 +98,13 @@ fn build_file_list_recurse( /// Spawns a task to the tokio threadpool and writes its outputs to the provided mpsc sender pub(crate) fn spawn_execution( + join_set: &mut JoinSet<()>, Review Comment: 👍 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
