dongjoon-hyun commented on a change in pull request #28971:
URL: https://github.com/apache/spark/pull/28971#discussion_r448701704
##########
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 = {
- settings.foreach { case (k, v) => set(k, v) }
- this
- }
-
Review comment:
I'm okay with this, but this might be not aligned with the latest
community decision at `Cost of Breaking an API`.
cc @gatorsmile
----------------------------------------------------------------
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]