Github user steveloughran commented on the pull request:
https://github.com/apache/spark/pull/6935#issuecomment-163203560
Failing test is pyspark âpretty unlikely to be related
```
======================================================================
FAIL: test_count_by_value_and_window (__main__.WindowFunctionTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File
"/home/jenkins/workspace/SparkPullRequestBuilder/python/pyspark/streaming/tests.py",
line 635, in test_count_by_value_and_window
self._test_func(input, func, expected)
File
"/home/jenkins/workspace/SparkPullRequestBuilder/python/pyspark/streaming/tests.py",
line 160, in _test_func
self.assertEqual(expected, result)
AssertionError: Lists differ: [[1], [2], [3], [4], [5], [6], [6], [6], [6],
[6]] != [[1], [2], [3], [4], [5], [6]]
First list contains 4 additional elements.
First extra element 6:
[6]
- [[1], [2], [3], [4], [5], [6], [6], [6], [6], [6]]
? --------------------
+ [[1], [2], [3], [4], [5], [6]]
----------------------------------------------------------------------
Ran 7 tests in 43.333s
```
---
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]