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

zhengruifeng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git


The following commit(s) were added to refs/heads/master by this push:
     new eeecea4b3610 [SPARK-56889][INFRA][FOLLOWUP] Remove the unnecessary 
python3-pyparsing from dockerfile
eeecea4b3610 is described below

commit eeecea4b3610e5f7e69371a0f043b2b7bf1c4a6f
Author: Tian Gao <[email protected]>
AuthorDate: Tue May 19 12:55:05 2026 +0800

    [SPARK-56889][INFRA][FOLLOWUP] Remove the unnecessary python3-pyparsing 
from dockerfile
    
    ### What changes were proposed in this pull request?
    
    Remove `python3-pyparsing` from `dev/infra/Dockerfile`.
    
    ### Why are the changes needed?
    
    This line was added in https://github.com/apache/spark/pull/55956 as an 
attempt to fix the image build issue caused by removing 3.10.
    
    This was not the correct fix. The reason CI failed was because we somehow 
uninstalled `pyparsing` from system python3. We mitigated the issue later in 
https://github.com/apache/spark/pull/55946 . We should not keep this line 
around - it could confuse people in the future.
    
    This specific dockerfile is only used by 3.5. We should just retire the 
file after 3.5 EOL. We don't have to upgrade the 3.10 part (we didn't touch the 
3.9 part of the file). We can just keep it as it is and delete it in the 
future. As we are using the docker file for 3.5, we probably shouldn't remove 
3.10 because it's actually supported in 3.5.
    
    ### Does this PR introduce _any_ user-facing change?
    
    No.
    
    ### How was this patch tested?
    
    CI should work.
    
    ### Was this patch authored or co-authored using generative AI tooling?
    
    No.
    
    Closes #55965 from gaogaotiantian/remove-pyparsing.
    
    Authored-by: Tian Gao <[email protected]>
    Signed-off-by: Ruifeng Zheng <[email protected]>
---
 dev/infra/Dockerfile | 1 -
 1 file changed, 1 deletion(-)

diff --git a/dev/infra/Dockerfile b/dev/infra/Dockerfile
index 0fc11e1021a8..b848f8eb754d 100644
--- a/dev/infra/Dockerfile
+++ b/dev/infra/Dockerfile
@@ -63,7 +63,6 @@ RUN apt-get update && apt-get install -y \
     pkg-config \
     python3.10 \
     python3-psutil \
-    python3-pyparsing \
     qpdf \
     r-base \
     ruby \


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

Reply via email to