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


##########
core/src/main/scala/org/apache/spark/internal/config/Python.scala:
##########
@@ -77,7 +77,7 @@ private[spark] object Python {
       "to Spark Classic and Spark Connect server.")
     .version("4.1.0")
     .booleanConf
-    .createWithDefault(sys.env.get("PYSPARK_UDS_MODE").contains("true"))
+    .createWithDefault(true)

Review Comment:
   I will disable this back when I merge.  It will be disabled by default.



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