Skip to content

Commit 61a195d

Browse files
belieferzhengruifeng
authored andcommitted
[SPARK-43928][SQL][PYTHON][CONNECT][FOLLOWUP] Update excludedSqlFunctions of DataFrameFunctionsSuite
### What changes were proposed in this pull request? #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 <[email protected]> Signed-off-by: Ruifeng Zheng <[email protected]>
1 parent 1ff6704 commit 61a195d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sql/core/src/test/scala/org/apache/spark/sql/DataFrameFunctionsSuite.scala

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@ class DataFrameFunctionsSuite extends QueryTest with SharedSparkSession {
7777
"random",
7878
"array_agg", "char_length", "character_length",
7979
"lcase", "position", "printf", "substr", "ucase", "day", "cardinality", "sha",
80-
"getbit",
8180
// aliases for existing functions
8281
"reflect", "java_method" // Only needed in SQL
8382
)

0 commit comments

Comments
 (0)