Commit 8b4a9ad
committed
### What changes were proposed in this pull request?
This PR aims to add `Python 3.14` support in `pyspark-client` and `pyspark-connect` for Apache Spark 4.1.0.
### Why are the changes needed?
Apache Spark 4.0+ has three Python packages.
- `pyspark` contains the whole package to run PySpark, Spark Classic by default
- `pyspark-connect` depends on `pyspark`, Spark Connect by default
- `pyspark-client` only contains Python files to work as a Spark Connect client
Like `pyspark` package, we need to add it consistently.
- #52556
### Does this PR introduce _any_ user-facing change?
No behavior change because Python 3.14 support is newly added at Apache Spark 4.1.0.
### How was this patch tested?
Pass the CIs.
### Was this patch authored or co-authored using generative AI tooling?
No.
Closes #52981 from dongjoon-hyun/SPARK-54287.
Authored-by: Dongjoon Hyun <dongjoon@apache.org>
Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
(cherry picked from commit 67547ef)
Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
1 parent 4c498c3 commit 8b4a9ad
2 files changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
221 | 221 | | |
222 | 222 | | |
223 | 223 | | |
| 224 | + | |
224 | 225 | | |
225 | 226 | | |
226 | 227 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
131 | 131 | | |
132 | 132 | | |
133 | 133 | | |
| 134 | + | |
134 | 135 | | |
135 | 136 | | |
136 | 137 | | |
| |||
0 commit comments