Skip to content

Commit e3ebf7c

Browse files
author
Davies Liu
committed
add comment
1 parent 379d2c8 commit e3ebf7c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

python/pyspark/tests.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -533,6 +533,7 @@ def test_zip_with_different_serializers(self):
533533
a = a._reserialize(BatchedSerializer(PickleSerializer(), 2))
534534
b = b._reserialize(MarshalSerializer())
535535
self.assertEqual(a.zip(b).collect(), [(0, 100), (1, 101), (2, 102), (3, 103), (4, 104)])
536+
# regression test for SPARK-4841
536537
path = os.path.join(SPARK_HOME, "python/test_support/hello.txt")
537538
t = self.sc.textFile(path)
538539
cnt = t.count()

0 commit comments

Comments
 (0)