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: [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]

Reply via email to