This is an automated email from the ASF dual-hosted git repository.
dongjoon pushed a commit to branch branch-4.0
in repository https://gitbox.apache.org/repos/asf/spark.git
The following commit(s) were added to refs/heads/branch-4.0 by this push:
new c1827d6783b8 [SPARK-50098][PYTHON][CONNECT][FOLLOWUP] Fix PySpark
Connect `_minimum_googleapis_common_protos_version` to 1.65.0
c1827d6783b8 is described below
commit c1827d6783b870e70f88bb399cb2cd1579cd04ca
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Sun Feb 16 07:22:50 2025 -0800
[SPARK-50098][PYTHON][CONNECT][FOLLOWUP] Fix PySpark Connect
`_minimum_googleapis_common_protos_version` to 1.65.0
### What changes were proposed in this pull request?
This is a follow-up of
- #48638
https://github.com/apache/spark/blob/c36916f7a112dc6c6505c12d68c3f63c5aa31db2/python/docs/source/getting_started/install.rst?plain=1#L213
https://github.com/apache/spark/blob/c36916f7a112dc6c6505c12d68c3f63c5aa31db2/dev/spark-test-image/python-minimum/Dockerfile#L76
### Why are the changes needed?
To make it sure that PySpark Connect installation meets the minimum
requirement correctly.
### Does this PR introduce _any_ user-facing change?
No.
### How was this patch tested?
Pass the CIs.
### Was this patch authored or co-authored using generative AI tooling?
No.
Closes #49969 from dongjoon-hyun/SPARK-50098-3.
Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
(cherry picked from commit b8d395e1a16af25645fcbcbb51053397a4eb4903)
Signed-off-by: Dongjoon Hyun <[email protected]>
---
python/packaging/connect/setup.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/python/packaging/connect/setup.py
b/python/packaging/connect/setup.py
index 4c4afab7c403..674eceff9d0d 100755
--- a/python/packaging/connect/setup.py
+++ b/python/packaging/connect/setup.py
@@ -134,7 +134,7 @@ try:
_minimum_numpy_version = "1.21"
_minimum_pyarrow_version = "11.0.0"
_minimum_grpc_version = "1.59.3"
- _minimum_googleapis_common_protos_version = "1.56.4"
+ _minimum_googleapis_common_protos_version = "1.65.0"
with open("README.md") as f:
long_description = f.read()
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]