beliefer commented on a change in pull request #27847: [SPARK-31002][CORE][DOC] 
Add version information to the configuration of Core
URL: https://github.com/apache/spark/pull/27847#discussion_r389250165
 
 

 ##########
 File path: core/src/main/scala/org/apache/spark/internal/config/package.scala
 ##########
 @@ -291,16 +352,19 @@ package object config {
       "The purpose of this config is to set aside memory for internal 
metadata, " +
       "user data structures, and imprecise size estimation in the case of 
sparse, " +
       "unusually large records. Leaving this at the default value is 
recommended.  ")
+    .version("1.6.0")
     .doubleConf
     .createWithDefault(0.6)
 
   private[spark] val STORAGE_SAFETY_FRACTION = 
ConfigBuilder("spark.storage.safetyFraction")
+    .version("1.1.0")
 
 Review comment:
   SPARK-1777, commit ID: 
ecf30ee7e78ea59c462c54db0fde5328f997466c#diff-2b643ea78c1add0381754b1f47eec132

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