Commit ffba597
### What changes were proposed in this pull request?
Move `DataFrameFunctionsSuite` to `sql - slow`
### Why are the changes needed?
1, recently `DataFrameFunctionsSuite` is frequently updated for the new functions, while `sql - other` is quite flaky and it's likely to get stuck or failed before `DataFrameFunctionsSuite` is actually tested (see 61a195d and 37f9bea), so it is hard for the reviewers to judge whether all related tests pass;
2, `sql - other` is actually much slower than `sql - slow`, so I think it is fine to move a suite to `sql - slow`;
### Does this PR introduce _any_ user-facing change?
no, test-only
### How was this patch tested?
updated GA
Closes #41643 from zhengruifeng/sql_test_move_dfsuite.
Authored-by: Ruifeng Zheng <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
1 parent e38c586 commit ffba597
File tree
1 file changed
+2
-0
lines changed- sql/core/src/test/scala/org/apache/spark/sql
1 file changed
+2
-0
lines changedLines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| 39 | + | |
39 | 40 | | |
40 | 41 | | |
41 | 42 | | |
42 | 43 | | |
| 44 | + | |
43 | 45 | | |
44 | 46 | | |
45 | 47 | | |
| |||
0 commit comments