gaogaotiantian opened a new issue, #54405:
URL: https://github.com/apache/spark/issues/54405

   `python/pyspark/sql/tests/connect/test_session.py` has some tests that will 
stuck. The reason is that we can't do `session.stop()` without a server. 
However, even after that is fixed, the test still fails because 
`_get_default_session()` (which was originally incorrectly used) does not get 
the current session properly.
   
   We just realized that because this test does not have a `main()` section so 
it's never executed in our CI.
   
   Overall this test is failing and it's not trivial to fix. We need the 
original author to take a look at it and make sure that it's testing what it is 
supposed to test - and it's passing.
   
   @nija-at 


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