Skip to content

Commit 4b2ae48

Browse files
HyukjinKwondongjoon-hyun
authored andcommitted
[SPARK-50578][PYTHON][SS][FOLLOW-UP] Add the Python new package into setup.py
### What changes were proposed in this pull request? This PR is a followup of apache#49156 that adds the Python new package into `setup.py`. ### Why are the changes needed? So pip installed pyspark support states with streaming queries ### Does this PR introduce _any_ user-facing change? No, the main change has not been released out yet. ### How was this patch tested? Will monitor the scheduled build https://github.com/apache/spark/actions/runs/13618426037/job/38064498674 ### Was this patch authored or co-authored using generative AI tooling? No. Closes apache#50128 from HyukjinKwon/SPARK-50578-followup2. Authored-by: Hyukjin Kwon <[email protected]> Signed-off-by: Dongjoon Hyun <[email protected]>
1 parent 8299a14 commit 4b2ae48

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

python/packaging/classic/setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -291,6 +291,7 @@ def run(self):
291291
"pyspark.sql.plot",
292292
"pyspark.sql.protobuf",
293293
"pyspark.sql.streaming",
294+
"pyspark.sql.streaming.proto",
294295
"pyspark.sql.worker",
295296
"pyspark.streaming",
296297
"pyspark.bin",

python/packaging/client/setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,7 @@
168168
"pyspark.sql.plot",
169169
"pyspark.sql.protobuf",
170170
"pyspark.sql.streaming",
171+
"pyspark.sql.streaming.proto",
171172
"pyspark.sql.worker",
172173
"pyspark.streaming",
173174
"pyspark.pandas",

0 commit comments

Comments
 (0)