Skip to content

Commit f1798c4

Browse files
committed
merge with master
1 parent e70f706 commit f1798c4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

python/pyspark/streaming/dstream.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -431,6 +431,7 @@ def __init__(self, prev, func, preservesPartitioning=False):
431431
self._prev_jrdd_deserializer = prev._jrdd_deserializer
432432
else:
433433
prev_func = prev.func
434+
434435
def pipeline_func(split, iterator):
435436
return func(split, prev_func(split, iterator))
436437
self.func = pipeline_func

0 commit comments

Comments
 (0)