[SPARK-50578][PYTHON][SS][FOLLOW-UP] Add the Python new package into setup.py#50128
[SPARK-50578][PYTHON][SS][FOLLOW-UP] Add the Python new package into setup.py#50128HyukjinKwon wants to merge 1 commit intoapache:masterfrom
Conversation
|
|
|
This is for a scheduled build that tests PySpark installed via PyPI. I think this PR fixes something different from what you mentioned. |
Oh I thought you were tagging me for fixing the failed flaky suite on CI. If not, then please ignore my thread above. |
dongjoon-hyun
left a comment
There was a problem hiding this comment.
+1, LGTM. Thank you, @HyukjinKwon .
Merged to master/4.0.
…setup.py ### What changes were proposed in this pull request? This PR is a followup of #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 #50128 from HyukjinKwon/SPARK-50578-followup2. Authored-by: Hyukjin Kwon <gurwls223@apache.org> Signed-off-by: Dongjoon Hyun <dongjoon@apache.org> (cherry picked from commit 4b2ae48) Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
…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 <gurwls223@apache.org> Signed-off-by: Dongjoon Hyun <dongjoon@apache.org> (cherry picked from commit 73d5506) Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
What changes were proposed in this pull request?
This PR is a followup of #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.