Commit f94d95d
committed
[SPARK-47762][PYTHON][CONNECT] Add pyspark.sql.connect.protobuf into setup.py
### What changes were proposed in this pull request?
This PR is a followup of #42563 (but using new JIRA as it's already released), which adds `pyspark.sql.connect.protobuf` into `setup.py`.
### Why are the changes needed?
So PyPI packaged PySpark can support protobuf function with Spark Connect on.
### Does this PR introduce _any_ user-facing change?
Yes. The new feature is now available with Spark Connect on if users install Spark Connect by `pip`.
### How was this patch tested?
Being tested in #45870
### Was this patch authored or co-authored using generative AI tooling?
No.
Closes #45924 from HyukjinKwon/SPARK-47762.
Authored-by: Hyukjin Kwon <[email protected]>
Signed-off-by: Hyukjin Kwon <[email protected]>1 parent 211afd4 commit f94d95d
2 files changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
275 | 275 | | |
276 | 276 | | |
277 | 277 | | |
| 278 | + | |
278 | 279 | | |
279 | 280 | | |
280 | 281 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
| 106 | + | |
106 | 107 | | |
107 | 108 | | |
108 | 109 | | |
| |||
0 commit comments