Commit a011d16
committed
[SPARK-44614][PYTHON][CONNECT] Add missing packages in setup.py
### What changes were proposed in this pull request?
Adds missing packages in `setup.py`.
### Why are the changes needed?
The following packages are not listed in `setup.py`.
- `pyspark.sql.connect.avro`
- `pyspark.sql.connect.client`
- `pyspark.sql.connect.streaming`
- `pyspark.ml.connect`
### Does this PR introduce _any_ user-facing change?
No.
### How was this patch tested?
The existing tests.
Closes apache#42248 from ueshin/issues/SPARK-44614/packages.
Authored-by: Takuya UESHIN <[email protected]>
Signed-off-by: Takuya UESHIN <[email protected]>1 parent 3f81595 commit a011d16
1 file changed
+5
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
238 | 238 | | |
239 | 239 | | |
240 | 240 | | |
| 241 | + | |
241 | 242 | | |
242 | 243 | | |
243 | 244 | | |
244 | 245 | | |
245 | 246 | | |
246 | 247 | | |
247 | 248 | | |
| 249 | + | |
| 250 | + | |
248 | 251 | | |
| 252 | + | |
| 253 | + | |
249 | 254 | | |
250 | 255 | | |
251 | 256 | | |
252 | 257 | | |
253 | 258 | | |
254 | | - | |
255 | 259 | | |
256 | 260 | | |
257 | 261 | | |
| |||
0 commit comments