Skip to content

Commit

Permalink
[SPARK-47377][PYTHON][CONNECT][TESTS][FOLLOWUP] Factor out more tests…
Browse files Browse the repository at this point in the history
… from `SparkConnectSQLTestCase`

### What changes were proposed in this pull request?
It is a fallowup of apache#45497 , and factor out more tests from `SparkConnectSQLTestCase`

It should also be the laster PR for this test :)

### Why are the changes needed?
for testing parallelism

### Does this PR introduce _any_ user-facing change?
no

### How was this patch tested?
ci

### Was this patch authored or co-authored using generative AI tooling?
no

Closes apache#45533 from zhengruifeng/continue_break_basic.

Authored-by: Ruifeng Zheng <ruifengz@apache.org>
Signed-off-by: Hyukjin Kwon <gurwls223@apache.org>
  • Loading branch information
zhengruifeng authored and HyukjinKwon committed Mar 16, 2024
1 parent 6719168 commit 714feb7
Show file tree
Hide file tree
Showing 6 changed files with 1,128 additions and 1,040 deletions.
2 changes: 2 additions & 0 deletions dev/sparktestsupport/modules.py
Original file line number Diff line number Diff line change
Expand Up @@ -1001,12 +1001,14 @@ def __hash__(self):
# sql unittests
"pyspark.sql.tests.connect.test_connect_plan",
"pyspark.sql.tests.connect.test_connect_basic",
"pyspark.sql.tests.connect.test_connect_error",
"pyspark.sql.tests.connect.test_connect_function",
"pyspark.sql.tests.connect.test_connect_collection",
"pyspark.sql.tests.connect.test_connect_column",
"pyspark.sql.tests.connect.test_connect_creation",
"pyspark.sql.tests.connect.test_connect_readwriter",
"pyspark.sql.tests.connect.test_connect_session",
"pyspark.sql.tests.connect.test_connect_stat",
"pyspark.sql.tests.connect.test_parity_arrow",
"pyspark.sql.tests.connect.test_parity_arrow_python_udf",
"pyspark.sql.tests.connect.test_parity_datasources",
Expand Down
Loading

0 comments on commit 714feb7

Please sign in to comment.