You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2020/02/24 05:23:20 UTC

[GitHub] [spark] beliefer commented on a change in pull request #27674: [SPARK-30888][CORE][DOC] Add version information to the configuration of Network

beliefer commented on a change in pull request #27674: [SPARK-30888][CORE][DOC] Add version information to the configuration of Network
URL: https://github.com/apache/spark/pull/27674#discussion_r383089489
 
 

 ##########
 File path: core/src/main/scala/org/apache/spark/internal/config/Network.scala
 ##########
 @@ -23,71 +23,85 @@ private[spark] object Network {
 
   private[spark] val NETWORK_CRYPTO_SASL_FALLBACK =
     ConfigBuilder("spark.network.crypto.saslFallback")
+      .version("2.2.0") // SPARK-19139, commit ID: 8f3f73abc1fe62496722476460c174af0250e3fe
 
 Review comment:
   SPARK-19139, commit ID: 8f3f73abc1fe62496722476460c174af0250e3fe

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org