HyukjinKwon commented on a change in pull request #28233: 
[SPARK-30913][SPARK-30841][CORE][SQL][FOLLOWUP] Supplement version information 
to the configuration of Tests.scala and SQL
URL: https://github.com/apache/spark/pull/28233#discussion_r409948952
 
 

 ##########
 File path: core/src/main/scala/org/apache/spark/internal/config/Tests.scala
 ##########
 @@ -79,6 +79,7 @@ private[spark] object Tests {
   // on the host.
   val SKIP_VALIDATE_CORES_TESTING =
     ConfigBuilder("spark.testing.skipValidateCores")
+      .version("3.1.0")
 
 Review comment:
   Yeah, we don't really need this strictly.  It's just a good to know when we 
make it public later. These versions happened to be marked for all other 
configurations, and these look the only instances left. Should be fine.

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


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to