This is an automated email from the ASF dual-hosted git repository.

ruifengz pushed a commit to branch branch-4.1
in repository https://gitbox.apache.org/repos/asf/spark.git


The following commit(s) were added to refs/heads/branch-4.1 by this push:
     new e5927d8abc46 [SPARK-55096][PYTHON] Update pandas minimum version in 
`connect/setup.py`
e5927d8abc46 is described below

commit e5927d8abc4679f1ef8306af644e4f2a8a5c8989
Author: Ruifeng Zheng <[email protected]>
AuthorDate: Tue Jan 20 18:03:17 2026 +0800

    [SPARK-55096][PYTHON] Update pandas minimum version in `connect/setup.py`
    
    ### What changes were proposed in this pull request?
    Update pandas minimum version in `connect/setup.py`
    
    ### Why are the changes needed?
    the version had been upgrade to 2.2.0 in spark 4.1, but we forgot to update 
`connect/setup.py`
    
    ### Does this PR introduce _any_ user-facing change?
    no
    
    ### How was this patch tested?
    ci
    
    ### Was this patch authored or co-authored using generative AI tooling?
    no
    
    Closes #53866 from zhengruifeng/upgrade_pd.
    
    Authored-by: Ruifeng Zheng <[email protected]>
    Signed-off-by: Ruifeng Zheng <[email protected]>
    (cherry picked from commit 5f925fddfff8ff9ad0f2d9816b27ffe07fde2db5)
    Signed-off-by: Ruifeng Zheng <[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 9a1a4ea81255..fc3cfca739aa 100755
--- a/python/packaging/connect/setup.py
+++ b/python/packaging/connect/setup.py
@@ -86,7 +86,7 @@ try:
     # binary format protocol with the Java version, see ARROW_HOME/format/* 
for specifications.
     # Also don't forget to update 
python/docs/source/getting_started/install.rst,
     # python/packaging/classic/setup.py, and python/packaging/client/setup.py
-    _minimum_pandas_version = "2.0.0"
+    _minimum_pandas_version = "2.2.0"
     _minimum_numpy_version = "1.21"
     _minimum_pyarrow_version = "11.0.0"
     _minimum_grpc_version = "1.76.0"


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to