Skip to content

Commit

Permalink
Update Python Dataflow runner to patch side input coders on the unifi…
Browse files Browse the repository at this point in the history
…ed worker, too
  • Loading branch information
lukecwik authored Jul 9, 2019
2 parents b4efbb2 + 485a781 commit 7d7f897
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions sdks/python/apache_beam/runners/dataflow/dataflow_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -369,8 +369,7 @@ def run_pipeline(self, pipeline, options):
'please install apache_beam[gcp]')

# Convert all side inputs into a form acceptable to Dataflow.
if apiclient._use_fnapi(options) and (
not apiclient._use_unified_worker(options)):
if apiclient._use_fnapi(options):
pipeline.visit(self.side_input_visitor())

# Performing configured PTransform overrides. Note that this is currently
Expand Down

0 comments on commit 7d7f897

Please sign in to comment.