Github user mortada commented on the pull request:

    https://github.com/apache/spark/pull/9797#issuecomment-158145798
  
    really puzzled by the test results ... the failed test doesn't seem to have 
anything to do with this PR
    
    ```
    FAIL: test_update_state_by_key (__main__.BasicOperationTests)
    ----------------------------------------------------------------------
    Traceback (most recent call last):
      File 
"/home/jenkins/workspace/SparkPullRequestBuilder@2/python/pyspark/streaming/tests.py",
 line 404, in test_update_state_by_key
        self._test_func(input, func, expected)
      File 
"/home/jenkins/workspace/SparkPullRequestBuilder@2/python/pyspark/streaming/tests.py",
 line 160, in _test_func
        self.assertEqual(expected, result)
    AssertionError: Lists differ: [[('k[32 chars], [0, 1, 2])], [('k', [0, 1, 
2, 3])], [('k', [0, 1, 2, 3, 4])]] != [[('k[32 chars], [0, 1, 2])]]
    
    First list contains 2 additional elements.
    First extra element 3:
    [('k', [0, 1, 2, 3])]
    
    + [[('k', [0])], [('k', [0, 1])], [('k', [0, 1, 2])]]
    - [[('k', [0])],
    -  [('k', [0, 1])],
    -  [('k', [0, 1, 2])],
    -  [('k', [0, 1, 2, 3])],
    -  [('k', [0, 1, 2, 3, 4])]]
    ```


---
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]

Reply via email to