viirya commented on PR #37386:
URL: https://github.com/apache/spark/pull/37386#issuecomment-1203553149
The known and unrelated sparkr failure:
```
Status: 1 WARNING, 2 NOTEs
See
‘/__w/spark-1/spark-1/R/SparkR.Rcheck/00check.log’
for details.
+ popd
Had CRAN check errors; see logs.
[error] running /__w/spark-1/spark-1/R/run-tests.sh ; received return code
255
```
Unrelated Python linter:
```
Traceback (most recent call last):
File "/usr/lib/python3.9/runpy.py", line 197, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/usr/lib/python3.9/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/usr/local/lib/python3.9/dist-packages/black/__main__.py", line 3,
in <module>
patched_main()
File "/usr/local/lib/python3.9/dist-packages/black/__init__.py", line
1372, in patched_main
patch_click()
File "/usr/local/lib/python3.9/dist-packages/black/__init__.py", line
1358, in patch_click
from click import _unicodefun
ImportError: cannot import name '_unicodefun' from 'click'
(/usr/local/lib/python3.9/dist-packages/click/__init__.py)
Please run 'dev/reformat-python' script.
```
--
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]