HyukjinKwon commented on code in PR #43546:
URL: https://github.com/apache/spark/pull/43546#discussion_r1378275852


##########
python/pyspark/sql/tests/connect/test_connect_basic.py:
##########
@@ -3451,7 +3451,6 @@ def 
test_can_create_multiple_sessions_to_different_remotes(self):
         # Gets currently active session.
         same = 
PySparkSession.builder.remote("sc://other.remote.host:114/").getOrCreate()
         self.assertEquals(other, same)
-        same.stop()

Review Comment:
   @juliuszsompolski I will take a look soon. Feel free to skip the tests for 
now, and we can just merge this first if this is an issue in tests only



-- 
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