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 8db4073 commit cc1a73dCopy full SHA for cc1a73d
python/pyspark/tests.py
@@ -875,7 +875,7 @@ def test_sortByKey_uses_all_partitions_not_only_first_and_last(self):
875
self.assertGreater(size, 0)
876
877
def test_pipe_functions(self):
878
- data = ['1','2','3']
+ data = ['1', '2', '3']
879
rdd = self.sc.parallelize(data)
880
self.assertRaises(Exception, rdd.pipe('cc').collect())
881
result = rdd.pipe('cat').collect().sort()
0 commit comments