Skip to content

Commit

Permalink
Closes #1591
Browse files Browse the repository at this point in the history
  • Loading branch information
robertwb committed Dec 13, 2016
2 parents f086afe + e36ee8d commit e383c77
Showing 1 changed file with 1 addition and 2 deletions.
Expand Up @@ -505,8 +505,7 @@ def __init__(self, evaluation_context, applied_ptransform,
side_inputs)

assert applied_ptransform.transform.sink
# TODO(aaltay): Consider storing the serialized form as an optimization.
self._sink = pickler.loads(pickler.dumps(applied_ptransform.transform.sink))
self._sink = applied_ptransform.transform.sink

@property
def _is_final_bundle(self):
Expand Down

0 comments on commit e383c77

Please sign in to comment.