Skip to content

Commit f44f771

Browse files
committed
enable tests about array
1 parent 3908f5c commit f44f771

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

python/pyspark/tests.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -955,8 +955,6 @@ def test_newhadoop(self):
955955
conf=input_conf).collect())
956956
self.assertEqual(new_dataset, data)
957957

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")
960958
def test_newhadoop_with_array(self):
961959
basepath = self.tempdir.name
962960
# use custom ArrayWritable types and converters to handle arrays

0 commit comments

Comments
 (0)