HyukjinKwon commented on a change in pull request #34757:
URL: https://github.com/apache/spark/pull/34757#discussion_r760669979



##########
File path: python/pyspark/sql/session.py
##########
@@ -304,8 +304,11 @@ def __init__(
                 and not 
self._jvm.SparkSession.getDefaultSession().get().sparkContext().isStopped()
             ):
                 jsparkSession = 
self._jvm.SparkSession.getDefaultSession().get()
+                self._jvm.SparkSession.applyModifiableSettings(jsparkSession, 
options)
             else:
                 jsparkSession = self._jvm.SparkSession(self._jsc.sc(), options)

Review comment:
       Shall we add a short comment here that this is the case when we can set 
static configurations




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