Github user dongjoon-hyun commented on a diff in the pull request:
https://github.com/apache/spark/pull/19726#discussion_r150429417
--- Diff: python/pyspark/sql/session.py ---
@@ -182,6 +185,7 @@ def getOrCreate(self):
session.sparkContext._conf.set(key, value)
return session
+ #: class variable for :class:`Builder` shared by all
:class:`SparkSession` instances
--- End diff --
Yep.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]