Commit 39cdb9c
committed
Keep SparkFunSuite-dependent methods in SQLTestUtils
Methods like withTempDir, testQuietly, testWithWholeStageCodegenOnAndOff
need SparkFunSuite and are used by suites that extend SQLTestUtils
(via SharedSparkSession) without extending QueryTest. Keep them in
SQLTestUtils; QueryTest class remains minimal.
Co-authored-by: Isaac1 parent 4a9a76d commit 39cdb9c
File tree
1 file changed
+4
-0
lines changed- sql/core/src/test/scala/org/apache/spark/sql/test
1 file changed
+4
-0
lines changedLines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
46 | 49 | | |
47 | 50 | | |
| 51 | + | |
48 | 52 | | |
49 | 53 | | |
50 | 54 | | |
| |||
0 commit comments