We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3908f5c commit f44f771Copy full SHA for f44f771
python/pyspark/tests.py
@@ -955,8 +955,6 @@ def test_newhadoop(self):
955
conf=input_conf).collect())
956
self.assertEqual(new_dataset, data)
957
958
- @unittest.skipIf(sys.version_info[:2] <= (2, 6) or python_implementation() == "PyPy",
959
- "Skipped on 2.6 and PyPy until SPARK-2951 is fixed")
960
def test_newhadoop_with_array(self):
961
basepath = self.tempdir.name
962
# use custom ArrayWritable types and converters to handle arrays
0 commit comments