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

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


The following commit(s) were added to refs/heads/branch-3.4 by this push:
     new dff13979dc2 [SPARK-44553][BUILD][3.4] Ignoring `connect-check-protos` 
logic in GA testing
dff13979dc2 is described below

commit dff13979dc2a7abd9222b0567914b554d6b8baf4
Author: panbingkun <pbk1...@gmail.com>
AuthorDate: Thu Jul 27 08:30:41 2023 +0800

    [SPARK-44553][BUILD][3.4] Ignoring `connect-check-protos` logic in GA 
testing
    
    ### What changes were proposed in this pull request?
    The pr aims to ignoring `connect-check-protos` logic in GA testing for 
branch-3.4.
    
    ### Why are the changes needed?
    Make GA happy.
    
    ### Does this PR introduce _any_ user-facing change?
    No.
    
    ### How was this patch tested?
    Pass GA.
    
    Closes #42166 from panbingkun/branch-3.4_SPARK-44553.
    
    Authored-by: panbingkun <pbk1...@gmail.com>
    Signed-off-by: Ruifeng Zheng <ruife...@apache.org>
---
 .github/workflows/build_and_test.yml | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/.github/workflows/build_and_test.yml 
b/.github/workflows/build_and_test.yml
index 06f94ea0b25..4f9978b0414 100644
--- a/.github/workflows/build_and_test.yml
+++ b/.github/workflows/build_and_test.yml
@@ -589,15 +589,6 @@ jobs:
         python3.9 -m pip install 'pandas-stubs==1.2.0.53' ipython 
'grpcio==1.48.1' 'grpc-stubs==1.24.11' 'googleapis-common-protos-stubs==2.2.0'
     - name: Python linter
       run: PYTHON_EXECUTABLE=python3.9 ./dev/lint-python
-    - name: Install dependencies for Python code generation check
-      run: |
-        # See more in "Installation" 
https://docs.buf.build/installation#tarball
-        curl -LO 
https://github.com/bufbuild/buf/releases/download/v1.15.1/buf-Linux-x86_64.tar.gz
-        mkdir -p $HOME/buf
-        tar -xvzf buf-Linux-x86_64.tar.gz -C $HOME/buf --strip-components 1
-        python3.9 -m pip install 'protobuf==3.19.5' 'mypy-protobuf==3.3.0'
-    - name: Python code generation check
-      run: if test -f ./dev/connect-check-protos.py; then 
PATH=$PATH:$HOME/buf/bin PYTHON_EXECUTABLE=python3.9 
./dev/connect-check-protos.py; fi
     - name: Install JavaScript linter dependencies
       run: |
         apt update


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org
For additional commands, e-mail: commits-h...@spark.apache.org

Reply via email to