[
https://issues.apache.org/jira/browse/BEAM-8019?focusedWorklogId=435352&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-435352
]
ASF GitHub Bot logged work on BEAM-8019:
----------------------------------------
Author: ASF GitHub Bot
Created on: 20/May/20 05:48
Start Date: 20/May/20 05:48
Worklog Time Spent: 10m
Work Description: chamikaramj commented on a change in pull request
#11740:
URL: https://github.com/apache/beam/pull/11740#discussion_r427755500
##########
File path: sdks/python/apache_beam/runners/dataflow/internal/apiclient.py
##########
@@ -310,15 +312,15 @@ def __init__(
environment_payload = proto_utils.parse_Bytes(
environment.payload, beam_runner_api_pb2.DockerPayload)
container_image_url = environment_payload.container_image
- if container_image_url == pipeline_sdk_container_image:
- # This was already added
+ if container_image_url in already_added_containers:
+ # Do not add the pipeline environment again.
Review comment:
Sent https://github.com/apache/beam/pull/11757.
----------------------------------------------------------------
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]
Issue Time Tracking
-------------------
Worklog Id: (was: 435352)
Time Spent: 20h 20m (was: 20h 10m)
> Support cross-language transforms for DataflowRunner
> ----------------------------------------------------
>
> Key: BEAM-8019
> URL: https://issues.apache.org/jira/browse/BEAM-8019
> Project: Beam
> Issue Type: New Feature
> Components: sdk-py-core
> Reporter: Chamikara Madhusanka Jayalath
> Assignee: Chamikara Madhusanka Jayalath
> Priority: P1
> Time Spent: 20h 20m
> Remaining Estimate: 0h
>
> This is to capture the Beam changes needed for this task.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)