aocsa commented on pull request #11210: URL: https://github.com/apache/arrow/pull/11210#issuecomment-929310722
I update this PR and I think is ready to review. I was struggling trying to work fine with `AsyncTaskGroup` but it seems this util has an issue when concurrent thread are trying to know when `all_task` are `done`. See here: https://gist.github.com/aocsa/c4e66e9061d1dc9f1a0e8253ffad2be3 So now I am using TaskGroup class in async mode with a `stop_token` to cancel tasks when `ExecNode::StopProducing` is requested. cc @felipeblazing, @westonpace -- 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]
