Github user JoshRosen commented on the pull request:
https://github.com/apache/spark/pull/7095#issuecomment-116968184
Uh oh: looks like this is actually failing some tests:
```
Exception in thread Thread-1:
Traceback (most recent call last):
File "/home/anaconda/envs/py3k/lib/python3.4/threading.py", line 920, in
_bootstrap_inner
self.run()
File "/home/anaconda/envs/py3k/lib/python3.4/threading.py", line 868, in
run
self._target(*self._args, **self._kwargs)
File "./python/run-tests.py", line 166, in process_queue
run_individual_python_test(test_goal, python_exec)
File "./python/run-tests.py", line 74, in run_individual_python_test
if not re.match('[0-9]+', line):
File "/home/anaconda/envs/py3k/lib/python3.4/re.py", line 160, in match
return _compile(pattern, flags).match(string)
TypeError: can't use a string pattern on a bytes-like object
Finished test(python3.4): pyspark.ml.recommendation (15s)
Finished test(python3.4): pyspark.ml.feature (18s)
Exception in thread Thread-3:
Traceback (most recent call last):
File "/home/anaconda/envs/py3k/lib/python3.4/threading.py", line 920, in
_bootstrap_inner
self.run()
File "/home/anaconda/envs/py3k/lib/python3.4/threading.py", line 868, in
run
self._target(*self._args, **self._kwargs)
File "./python/run-tests.py", line 166, in process_queue
run_individual_python_test(test_goal, python_exec)
File "./python/run-tests.py", line 74, in run_individual_python_test
if not re.match('[0-9]+', line):
File "/home/anaconda/envs/py3k/lib/python3.4/re.py", line 160, in match
return _compile(pattern, flags).match(string)
TypeError: can't use a string pattern on a bytes-like object
```
This is the consequence of not having good test coverage on the test
script... I'll fix this shortly.
---
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]