geoffreyclaude commented on issue #9415: URL: https://github.com/apache/datafusion/issues/9415#issuecomment-2645830852
I've opened https://github.com/apache/datafusion/pull/14547 to launch the discussion. PR was simpler than expected as all new tasks spawned do so in the context of a tokio JoinSet, so I've just wrapped the tokio JoinSet in an implementation which adds `.in_current_span` on each new spawn. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
