cloud-fan commented on PR #49237:
URL: https://github.com/apache/spark/pull/49237#issuecomment-2579197123
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
--
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]