pabloem commented on a change in pull request #11153: [BEAM-9537] Adding a new
module for FnApiRunner
URL: https://github.com/apache/beam/pull/11153#discussion_r395889275
##########
File path: sdks/python/apache_beam/runners/dataflow/dataflow_runner.py
##########
@@ -269,8 +269,8 @@ def visit_transform(self, transform_node):
pcoll.element_type, transform_node.full_label)
key_type, value_type = pcoll.element_type.tuple_types
if transform_node.outputs:
- from apache_beam.runners.portability.fn_api_runner_transforms
import \
- only_element
+ from apache_beam.runners.portability.fn_api_runner.transforms \
Review comment:
You mean the newly named `translations` module may need to exist in
`apache_beam/utils`?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services