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

 ##########
 File path: core/src/main/scala/org/apache/spark/internal/config/package.scala
 ##########
 @@ -1087,13 +1134,15 @@ package object config {
       .internal()
       .doc("The memory check period is used to determine how often we should 
check whether "
         + "there is a need to request more memory when we try to unroll the 
given block in memory.")
+      .version("2.3.0")
       .longConf
       .createWithDefault(16)
 
   private[spark] val UNROLL_MEMORY_GROWTH_FACTOR =
     ConfigBuilder("spark.storage.unrollMemoryGrowthFactor")
       .internal()
       .doc("Memory to request as a multiple of the size that used to unroll 
the block.")
+      .version("2.3.0")
 
 Review comment:
   SPARK-21923, commit ID: 
a11db942aaf4c470a85f8a1b180f034f7a584254#diff-6bdad48cfc34314e89599655442ff210

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


With regards,
Apache Git Services

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

Reply via email to