Skip to content

Commit

Permalink
[SPARK-43928][SQL][PYTHON][CONNECT][FOLLOWUP] Update `excludedSqlFunc…
Browse files Browse the repository at this point in the history
…tions` 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 <beliefer@163.com>
Signed-off-by: Ruifeng Zheng <ruifengz@apache.org>
  • Loading branch information
beliefer authored and zhengruifeng committed Jun 17, 2023
1 parent 1ff6704 commit 61a195d
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
)
Expand Down

0 comments on commit 61a195d

Please sign in to comment.