mridulm commented on code in PR #43238:
URL: https://github.com/apache/spark/pull/43238#discussion_r1349768184
##########
core/src/main/scala/org/apache/spark/network/netty/SparkTransportConf.scala:
##########
@@ -38,12 +56,14 @@ object SparkTransportConf {
* This restriction will only occur if these
properties are not already set.
* @param role optional role, could be driver, executor, worker
and master. Default is
* [[None]], means no role specific configurations.
+ * @param sslOptions SSL config options
*/
- def fromSparkConf(
+ def fromSparkConfWithSslOptions(
Review Comment:
We can add it to mima exclusion rules as the change is preserving source
compatibility.
--
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]