advancedxy commented on code in PR #41168:
URL: https://github.com/apache/spark/pull/41168#discussion_r1193306532


##########
core/src/main/scala/org/apache/spark/SparkConf.scala:
##########
@@ -403,7 +403,7 @@ class SparkConf(loadDefaults: Boolean) extends Cloneable 
with Logging with Seria
    */
   def getAllWithPrefix(prefix: String): Array[(String, String)] = {

Review Comment:
   `getAll` is left intact as it's also used to serialized configs for 
persistence and distributed between driver and executors. It's too risk to 
change the behaviour.



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