Skip to content

Commit

Permalink
merge with master
Browse files Browse the repository at this point in the history
  • Loading branch information
giwa committed Sep 20, 2014
1 parent 455e5af commit 58e41ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/pyspark/streaming/dstream.py
Original file line number Diff line number Diff line change
Expand Up @@ -436,6 +436,7 @@ def __init__(self, prev, func, preservesPartitioning=False):
self._prev_jrdd_deserializer = prev._jrdd_deserializer
else:
prev_func = prev.func

def pipeline_func(split, iterator):
return func(split, prev_func(split, iterator))
self.func = pipeline_func
Expand Down

0 comments on commit 58e41ff

Please sign in to comment.