Github user HyukjinKwon commented on the issue:
https://github.com/apache/spark/pull/18785
@srowen, I actually tried this way ahead. I just ran `python2.6
run-tests.py` for sure against this PR:
```
Traceback (most recent call last):
File "run-tests.py", line 42, in <module>
from sparktestsupport.modules import all_modules # noqa
File "/.../spark/python/../dev/sparktestsupport/modules.py", line 18, in
<module>
from functools import total_ordering
ImportError: cannot import name total_ordering
```
It looks we need several places to fix. For example, `total_ordering` is
new in Python 2.7 -
https://docs.python.org/2/library/functools.html#functools.total_ordering.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]