This is an automated email from the ASF dual-hosted git repository.

gurwls223 pushed a commit to branch branch-3.0
in repository https://gitbox.apache.org/repos/asf/spark.git


The following commit(s) were added to refs/heads/branch-3.0 by this push:
     new 9c59174  [SPARK-30841][SQL][FOLLOW-UP] Change 'version' of 
spark.sql.execution.pandas.udf.buffer.size to 3.0.0
9c59174 is described below

commit 9c591742d3c862158cf599faa24db0e201f4f037
Author: HyukjinKwon <[email protected]>
AuthorDate: Tue Apr 7 23:06:53 2020 +0900

    [SPARK-30841][SQL][FOLLOW-UP] Change 'version' of 
spark.sql.execution.pandas.udf.buffer.size to 3.0.0
    
    ### What changes were proposed in this pull request?
    
    This PR fixes the added version of 
`spark.sql.execution.pandas.udf.buffer.size` to 3.0.0 (see also SPARK-27870)
    
    ### Why are the changes needed?
    
    To show the correct version added.
    
    ### Does this PR introduce any user-facing change?
    
    Yes but only in the unreleased branches. It will change the version shown 
in SQL documentation.
    
    ### How was this patch tested?
    
    Not tested. Jenkins will test it out.
    
    Closes #28144 from HyukjinKwon/SPARK-30841-followup.
    
    Authored-by: HyukjinKwon <[email protected]>
    Signed-off-by: HyukjinKwon <[email protected]>
    (cherry picked from commit 6cf7336a0795ca35bd44f90207f744cfe8e12464)
    Signed-off-by: HyukjinKwon <[email protected]>
---
 sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala 
b/sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala
index 420102b..2b5c68e 100644
--- a/sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala
+++ b/sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala
@@ -1825,7 +1825,7 @@ object SQLConf {
         s"set, the fallback is `${BUFFER_SIZE.key}`. Note that Pandas 
execution requires more " +
         "than 4 bytes. Lowering this value could make small Pandas UDF batch 
iterated and " +
         "pipelined; however, it might degrade performance. See SPARK-27870.")
-      .version("3.1.0")
+      .version("3.0.0")
       .fallbackConf(BUFFER_SIZE)
 
   val PANDAS_GROUPED_MAP_ASSIGN_COLUMNS_BY_NAME =


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

Reply via email to