You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by "robreeves (via GitHub)" <gi...@apache.org> on 2024/03/01 16:33:46 UTC

Re: [PR] [SPARK-43157][SQL] Clone InMemoryRelation cached plan to prevent cloned plan from referencing same objects [spark]

robreeves commented on PR #40812:
URL: https://github.com/apache/spark/pull/40812#issuecomment-1973502406

   @liuzqt another idea for a narrow explain utils fix is to move the `QueryPlan.OP_ID_TAG` currently stored in the `TreeNode.tags` into a thread local map maintained in explain utils. This would keep the same state and eliminate the concurrency issue here by not using the tags.


-- 
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: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org