panbingkun commented on PR #49237: URL: https://github.com/apache/spark/pull/49237#issuecomment-2585635302
> I think the CI has an issue now > > ``` > Oh no! 💥 💔 💥 The required version `23.12.1` does not match the running version `23.9.1`! > Traceback (most recent call last): > Start checking the generated codes in pyspark-connect. > File "/home/runner/work/spark/spark/./dev/check-protos.py", line 84, in <module> > check_protos( > File "/home/runner/work/spark/spark/./dev/check-protos.py", line 49, in check_protos > run_cmd(f"{SPARK_HOME}/dev/gen-protos.sh {module_name} {tmp}") > File "/home/runner/work/spark/spark/./dev/check-protos.py", line 43, in run_cmd > return subprocess.check_output(cmd.split(" ")).decode("utf-8") > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/opt/hostedtoolcache/Python/3.11.11/x64/lib/python3.11/subprocess.py", line 466, in check_output > RUN: /home/runner/work/spark/spark/dev/gen-protos.sh connect /tmp/check_connect__protosnrkbs0co > return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/opt/hostedtoolcache/Python/3.11.11/x64/lib/python3.11/subprocess.py", line 571, in run > raise CalledProcessError(retcode, process.args, > subprocess.CalledProcessError: Command '['/home/runner/work/spark/spark/dev/gen-protos.sh', 'connect', '/tmp/check_connect__protosnrkbs0co']' returned non-zero exit status 1. > ``` > > cc @HyukjinKwon @panbingkun <img width="909" alt="image" src="https://github.com/user-attachments/assets/feff1576-1e99-4cf2-b6ec-bde0f221de54" /> https://github.com/apache/spark/blob/f0f850dc21ecf928995736daf8b790082e099221/.github/workflows/build_and_test.yml#L757 <img width="630" alt="image" src="https://github.com/user-attachments/assets/d1576258-6e8d-4a37-aea4-75c96aaaff11" /> This issue is very weird. Master's black requires the installation of version `black==23.12.1`, while GA actually installs version `23.9.1`. Is it because of GitHub's cache? -- 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: reviews-unsubscr...@spark.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org