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


##########
python/pyspark/sql/connect/session.py:
##########
@@ -493,6 +493,10 @@ def _start_connect_server(master: str) -> None:
         session = PySparkSession._instantiatedSession
         if session is None or session._sc._jsc is None:
             conf = SparkConf()
+            for k, v in opts.items():
+                if k != "spark.remote"

Review Comment:
   ```suggestion
                   if k != "spark.remote":
   ```



-- 
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: reviews-unsubscr...@spark.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to