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 apache#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/12283159330/job/34275992419

### 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 apache#49158 from HyukjinKwon/SPARK-50517-followup2.

Authored-by: Hyukjin Kwon <[email protected]>
Signed-off-by: Hyukjin Kwon <[email protected]>
  • Loading branch information
HyukjinKwon committed Dec 12, 2024
1 parent d464e85 commit bfc5c22
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 @@ -72,6 +72,7 @@
"pyspark.testing",
"pyspark.resource.tests",
"pyspark.sql.tests",
"pyspark.sql.tests.arrow",
"pyspark.sql.tests.connect",
"pyspark.sql.tests.connect.arrow",
"pyspark.sql.tests.connect.streaming",
Expand Down

0 comments on commit bfc5c22

Please sign in to comment.