Commit 3f4ba72
committed
[SPARK-51227][PYTHON][CONNECT] Fix PySpark Connect
### What changes were proposed in this pull request?
This PR aims to fix PySpark Connect `_minimum_grpc_version` from 1.59.3 to 1.67.0 correctly.
https://github.com/apache/spark/blob/c36916f7a112dc6c6505c12d68c3f63c5aa31db2/python/docs/source/getting_started/install.rst?plain=1#L211
https://github.com/apache/spark/blob/c36916f7a112dc6c6505c12d68c3f63c5aa31db2/dev/spark-test-image/python-minimum/Dockerfile#L76
### Why are the changes needed?
It seems that we missed to this at
- #44929
- #48524
### Does this PR introduce _any_ user-facing change?
This will make it sure that PySpark Connect installation meets the minimum requirement correctly.
### How was this patch tested?
Pass the CIs.
### Was this patch authored or co-authored using generative AI tooling?
No.
Closes #49968 from dongjoon-hyun/SPARK-51227.
Authored-by: Dongjoon Hyun <dongjoon@apache.org>
Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>_minimum_grpc_version to 1.67.01 parent b8d395e commit 3f4ba72
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
133 | 133 | | |
134 | 134 | | |
135 | 135 | | |
136 | | - | |
| 136 | + | |
137 | 137 | | |
138 | 138 | | |
139 | 139 | | |
| |||
0 commit comments