Github user holdenk commented on a diff in the pull request:
https://github.com/apache/spark/pull/22295#discussion_r219551669
--- Diff: python/pyspark/sql/tests.py ---
@@ -3654,6 +3654,107 @@ def test_jvm_default_session_already_set(self):
spark.stop()
+class SparkSessionTests2(ReusedSQLTestCase):
--- End diff --
@HyukjinKwon there's no strong need for it, however it does mean that the
first `getOrCreate` will already have a session it can use, but given that we
set up and tear down the session this may be less than ideal.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]