beliefer commented on a change in pull request #27691: [SPARK-30841][SQL][DOC] 
Add version information to the configuration of SQL
URL: https://github.com/apache/spark/pull/27691#discussion_r383743334
 
 

 ##########
 File path: 
sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala
 ##########
 @@ -336,26 +357,30 @@ object SQLConf {
     .doc("Minimal increase rate in number of partitions between attempts when 
executing a take " +
       "on a query. Higher values lead to more partitions read. Lower values 
might lead to " +
       "longer execution times as more jobs will be run")
+    .version("2.1.1")
     .intConf
     .createWithDefault(4)
 
   val ADVANCED_PARTITION_PREDICATE_PUSHDOWN =
     buildConf("spark.sql.hive.advancedPartitionPredicatePushdown.enabled")
       .internal()
       .doc("When true, advanced partition predicate pushdown into Hive 
metastore is enabled.")
+      .version("2.3.0")
 
 Review comment:
   SPARK-20331, commit ID: 
d8cada8d1d3fce979a4bc1f9879593206722a3b9#diff-9a6b543db706f1a90f790783d6930a13

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