srowen commented on a change in pull request #28971:
URL: https://github.com/apache/spark/pull/28971#discussion_r454751550



##########
File path: core/src/main/scala/org/apache/spark/SparkConf.scala
##########
@@ -173,15 +173,6 @@ class SparkConf(loadDefaults: Boolean) extends Cloneable 
with Logging with Seria
     this
   }
 
-  /**
-   * Set multiple parameters together
-   */
-  @deprecated("Use setAll(Iterable) instead", "3.0.0")
-  def setAll(settings: Traversable[(String, String)]): SparkConf = {

Review comment:
       Yeah if the whole thing doesn't make it for 3.1, I'd leave this method 
in 3.1.




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

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