FurcyPin commented on PR #36161:
URL: https://github.com/apache/spark/pull/36161#issuecomment-1100168731
It looks like the pipeline failed with the following error :
```
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 "/__w/spark/spark/python/pyspark/sql/session.py", line 1227, in
<module>
_test()
File "/__w/spark/spark/python/pyspark/sql/session.py", line 1216, in _test
(failure_count, test_count) = doctest.testmod(
File "/usr/lib/python3.9/doctest.py", line 1955, in testmod
for test in finder.find(m, name, globs=globs, extraglobs=extraglobs):
File "/usr/lib/python3.9/doctest.py", line 939, in find
self._find(tests, obj, name, module, source_lines, globs, {})
File "/usr/lib/python3.9/doctest.py", line 1001, in _find
self._find(tests, val, valname, module, source_lines,
File "/usr/lib/python3.9/doctest.py", line 1028, in _find
val = getattr(obj, valname).__func__
AttributeError: 'Builder' object has no attribute '__func__'
```
It's quite strange, I can't reproduce on my side. I'm using Python 3.9.12
and I see the pipeline used Python 3.9.5.
Maybe it's related ?
I won't have the time to investigate further until Tuesday, but if someone
have any pointer, I'll be glad to hear it.
--
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]