Skip to content

Commit 1f5595c

Browse files
committed
Fix python style
1 parent 7ac0aa9 commit 1f5595c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

python/pyspark/join.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ def dispatch(seq):
9595
return [(v, w) for v in vbuf for w in wbuf]
9696
return _do_python_join(rdd, other, numPartitions, dispatch)
9797

98+
9899
def python_cogroup(rdds, numPartitions):
99100
def make_mapper(i):
100101
return lambda (k, v): (k, (i, v))

0 commit comments

Comments
 (0)