zhengruifeng commented on PR #54070:
URL: https://github.com/apache/spark/pull/54070#issuecomment-3823770522

   the first commit passed, but with error
   ```
     if [[ "master" == 'branch-3.5' || "master" == 'branch-4.0' ]]; then
       python3.9 -m pip list
     elif [[ "master" == 'branch-4.1' ]]; then
       python3.11 -m pip list
     else
       python3.12 -m pip list
     fi
     shell: sh -e {0}
     env:
       LC_ALL: C.UTF-8
       LANG: C.UTF-8
       NOLINT_ON_COMPILE: false
       GITHUB_PREV_SHA: 68e843608ec4f47d79342646703b173d29622a73
       APACHE_SPARK_REF: 4a58b849484e5c36c612ef0cc882b257c58843bb
       JAVA_HOME: /__t/Java_Zulu_jdk/17.0.18-8/x64
       JAVA_HOME_17_X64: /__t/Java_Zulu_jdk/17.0.18-8/x64
   /__w/_temp/09a51a15-052d-4fe2-9919-396c1eb028c6.sh: 1: [[: not found
   /__w/_temp/09a51a15-052d-4fe2-9919-396c1eb028c6.sh: 1: master: not found
   /__w/_temp/09a51a15-052d-4fe2-9919-396c1eb028c6.sh: 3: [[: not found
   ```
   
   let me take another look


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


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

Reply via email to