Github user mengxr commented on the pull request:
https://github.com/apache/spark/pull/5850#issuecomment-98502577
@irmen Is Pyrolite 4.4 fully compatible with Python 2.6.6? We saw a test
failure for Python 2.6.6:
~~~
======================================================================
FAIL: test_newhadoop_with_array (__main__.OutputFormatTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File "pyspark/tests.py", line 1286, in test_newhadoop_with_array
self.assertEqual(result, array_data)
AssertionError: Lists differ: [(1, [24 chars]d', [3.0386519416174186e-319,
3.16202013338397[125 chars]0]))] != [(1, [24 chars]d', [1.0, 2.0, 3.0])), (2,
array('d', [3.0, 4.0, 5.0]))]
First differing element 1:
(1, array('d', [3.0386519416174186e-319, 3.1620201333839779e-322,
1.0434666440167127e-320]))
(1, array('d', [1.0, 2.0, 3.0]))
[(1, array('d')),
+ (1, array('d', [1.0, 2.0, 3.0])),
+ (2, array('d', [3.0, 4.0, 5.0]))]
- (1,
- array('d', [3.0386519416174186e-319, 3.1620201333839779e-322,
1.0434666440167127e-320])),
- (2,
- array('d', [1.0434666440167127e-320, 2.0553130866995856e-320,
2.5612363080410221e-320]))]
----------------------------------------------------------------------
~~~
---
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]