heyihong commented on code in PR #43546:
URL: https://github.com/apache/spark/pull/43546#discussion_r1376290689
##########
python/pyspark/sql/connect/session.py:
##########
@@ -654,6 +654,7 @@ def stop(self) -> None:
# multi-tenancy - the remote client side cannot just stop the server
and stop
# other remote clients being used from other users.
with SparkSession._lock:
+ self.client.release_session()
Review Comment:
ditto
--
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]