Skip to content

Commit 58e41ff

Browse files
committed
merge with master
1 parent 455e5af commit 58e41ff

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
@@ -436,6 +436,7 @@ def __init__(self, prev, func, preservesPartitioning=False):
436436
self._prev_jrdd_deserializer = prev._jrdd_deserializer
437437
else:
438438
prev_func = prev.func
439+
439440
def pipeline_func(split, iterator):
440441
return func(split, prev_func(split, iterator))
441442
self.func = pipeline_func

0 commit comments

Comments
 (0)