Skip to content

Commit

Permalink
merge with master
Browse files Browse the repository at this point in the history
  • Loading branch information
giwa committed Aug 18, 2014
1 parent e70f706 commit f1798c4
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 @@ -431,6 +431,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 f1798c4

Please sign in to comment.