Skip to content

Commit

Permalink
[SPARK-50517][PYTHON][TESTS][FOLLOW-UP] Add refactored package into p…
Browse files Browse the repository at this point in the history
…ure Python test

### What changes were proposed in this pull request?

This PR is a followup of #49104 that adds refactored package into pure Python test

### Why are the changes needed?

In order to fix the pure Python build https://github.com/apache/spark/actions/runs/12262937305/job/34213372670

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

No, test-only.

### How was this patch tested?

Will monitor the build.

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

No.

Closes #49137 from HyukjinKwon/SPARK-50517-followup.

Authored-by: Hyukjin Kwon <[email protected]>
Signed-off-by: Hyukjin Kwon <[email protected]>
  • Loading branch information
HyukjinKwon committed Dec 11, 2024
1 parent f903efb commit 6cdc96f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/packaging/connect/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@
"pyspark.resource.tests",
"pyspark.sql.tests",
"pyspark.sql.tests.connect",
"pyspark.sql.tests.connect.arrow",
"pyspark.sql.tests.connect.streaming",
"pyspark.sql.tests.connect.client",
"pyspark.sql.tests.connect.pandas",
Expand Down

0 comments on commit 6cdc96f

Please sign in to comment.