grundprinzip opened a new pull request, #39256:
URL: https://github.com/apache/spark/pull/39256

   ### What changes were proposed in this pull request?
   This PR mixes the client ID into the cache for the SparkSessions on the 
server. This is necessary to allow to concurrent SparkSessions of the same user 
to run without interfering. 
   
   The client ID was added to be used in that way, but until now the 
functionality was not implemented.
   
   On the client side, the Python client now validates that the result received 
is actually from the same session.
   
   ### Why are the changes needed?
   Stability
   
   ### Does this PR introduce _any_ user-facing change?
   NO
   
   ### How was this patch tested?
   Existing UT


-- 
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-unsubscr...@spark.apache.org

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


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

Reply via email to