juliuszsompolski opened a new pull request, #43649: URL: https://github.com/apache/spark/pull/43649
### What changes were proposed in this pull request? Currently pyspark InheritableThread propagates Spark Connect session.client.thread_local.tags to child threads. Generalize this to propagate all thread locals, and also make a deep copy, just like the scala equivalent does a clone. ### Why are the changes needed? Generalize the mechanism of SparkConnectClient.thread_local ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? Existing test for propagating SparkSession tags should cover this. ### Was this patch authored or co-authored using generative AI tooling? No. -- 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]
