LuciferYang commented on PR #46768:
URL: https://github.com/apache/spark/pull/46768#issuecomment-2134544696

   ```
   Traceback (most recent call last):
     File "/home/runner/work/spark/spark/./dev/run-tests.py", line 674, in 
<module>
       main()
     File "/home/runner/work/spark/spark/./dev/run-tests.py", line 547, in main
       changed_files = identify_changed_files_from_git_commits(
     File "/home/runner/work/spark/spark/dev/sparktestsupport/utils.py", line 
86, in identify_changed_files_from_git_commits
       raw_output = subprocess.check_output(
     File "/usr/lib/python3.10/subprocess.py", line 421, in check_output
       return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
     File "/usr/lib/python3.10/subprocess.py", line 
5[26](https://github.com/apache/spark/actions/runs/9264159299/job/25483780970?pr=46768#step:9:27),
 in run
       raise CalledProcessError(retcode, process.args,
   subprocess.CalledProcessError: Command '['git', 'diff', '--name-only', 
'07db4e5871cc083cd0178f5772b6884fe1b0dc04', 
'c9d94ef8e7c7d35e3f2995ffb63596a993a766c8']' returned non-zero exit status 
1[28](https://github.com/apache/spark/actions/runs/9264159299/job/25483780970?pr=46768#step:9:29).
   ```
   
   It seems  `git diff`  failed to execute..


-- 
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