zhengruifeng commented on PR #39211:
URL: https://github.com/apache/spark/pull/39211#issuecomment-1364943480
the code gen checker failed:
```
Traceback (most recent call last):
File "./dev/check-codegen-python.py", line 84, in <module>
check_connect_protos()
File "./dev/check-codegen-python.py", line 49, in check_connect_protos
run_cmd(f"{SPARK_HOME}/dev/generate_protos.sh {tmp}")
File "./dev/check-codegen-python.py", line 43, in run_cmd
return subprocess.check_output(cmd.split(" ")).decode("utf-8")
File "/usr/lib/python3.8/subprocess.py", line 415, in check_output
return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
File "/usr/lib/python3.8/subprocess.py", line 516, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command
'['/__w/spark/spark/dev/generate_protos.sh', '/tmp/tmpdk4qg3nj']' returned
non-zero exit status 1.
```
--
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]