You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by ru...@apache.org on 2023/06/17 12:38:16 UTC

[spark] branch master updated: [SPARK-43928][SQL][PYTHON][CONNECT][FOLLOWUP] Update `excludedSqlFunctions` of `DataFrameFunctionsSuite`

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

ruifengz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git


The following commit(s) were added to refs/heads/master by this push:
     new 61a195d3393 [SPARK-43928][SQL][PYTHON][CONNECT][FOLLOWUP] Update `excludedSqlFunctions` of `DataFrameFunctionsSuite`
61a195d3393 is described below

commit 61a195d33936d6059933de017fa251dac961021e
Author: Jiaan Geng <be...@163.com>
AuthorDate: Sat Jun 17 20:37:43 2023 +0800

    [SPARK-43928][SQL][PYTHON][CONNECT][FOLLOWUP] Update `excludedSqlFunctions` of `DataFrameFunctionsSuite`
    
    ### What changes were proposed in this pull request?
    https://github.com/apache/spark/pull/41608 add bit operations to Scala, Python and Connect API, but missing the test for `DataFrameFunctionsSuite`.
    
    ### Why are the changes needed?
    Fix missing tests
    
    ### Does this PR introduce _any_ user-facing change?
    'No'.
    New feature.
    
    ### How was this patch tested?
    N/A
    
    Closes #41640 from beliefer/SPARK-43928_followup.
    
    Authored-by: Jiaan Geng <be...@163.com>
    Signed-off-by: Ruifeng Zheng <ru...@apache.org>
---
 .../src/test/scala/org/apache/spark/sql/DataFrameFunctionsSuite.scala    | 1 -
 1 file changed, 1 deletion(-)

diff --git a/sql/core/src/test/scala/org/apache/spark/sql/DataFrameFunctionsSuite.scala b/sql/core/src/test/scala/org/apache/spark/sql/DataFrameFunctionsSuite.scala
index ecdad48a87e..6664f8ec932 100644
--- a/sql/core/src/test/scala/org/apache/spark/sql/DataFrameFunctionsSuite.scala
+++ b/sql/core/src/test/scala/org/apache/spark/sql/DataFrameFunctionsSuite.scala
@@ -77,7 +77,6 @@ class DataFrameFunctionsSuite extends QueryTest with SharedSparkSession {
       "random",
       "array_agg", "char_length", "character_length",
       "lcase", "position", "printf", "substr", "ucase", "day", "cardinality", "sha",
-      "getbit",
       // aliases for existing functions
       "reflect", "java_method" // Only needed in SQL
     )


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@spark.apache.org
For additional commands, e-mail: commits-help@spark.apache.org