degant commented on code in PR #41428:
URL: https://github.com/apache/spark/pull/41428#discussion_r1214663989


##########
core/src/main/scala/org/apache/spark/internal/config/package.scala:
##########
@@ -2355,4 +2355,11 @@ package object config {
       .version("3.3.0")
       .intConf
       .createWithDefault(5)
+
+  private[spark] val ALLOW_CUSTOM_CLASSPATH_BY_PROXY_USER_IN_CLUSTER_MODE =
+    ConfigBuilder("spark.submit.proxyUser.allowCustomClasspathInClusterMode")
+      .internal()
+      .version("3.3.3")
+      .booleanConf
+      .createWithDefault(false)

Review Comment:
   Thanks @dongjoon-hyun I can default it to true here. And does `3.3.3` make 
sense? Is that the next release from branch-3.3?
   
   Can you also share, what you're expecting in the migration guide? I can make 
the push the changes in the same PR. Only for 3.3 to 3.4? or also for 3.3?



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