[ 
https://issues.apache.org/jira/browse/BEAM-9639?focusedWorklogId=421579&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-421579
 ]

ASF GitHub Bot logged work on BEAM-9639:
----------------------------------------

                Author: ASF GitHub Bot
            Created on: 13/Apr/20 19:38
            Start Date: 13/Apr/20 19:38
    Worklog Time Spent: 10m 
      Work Description: robertwb commented on pull request #11270: 
[BEAM-9639][BEAM-9608] Improvements for FnApiRunner
URL: https://github.com/apache/beam/pull/11270#discussion_r407620241
 
 

 ##########
 File path: 
sdks/python/apache_beam/runners/portability/fn_api_runner/execution.py
 ##########
 @@ -326,8 +327,8 @@ def commit_side_inputs_to_state(
       data_side_input,  # type: DataSideInput
   ):
     # type: (...) -> None
-    for (consuming_transform_id, tag), (buffer_id, func_spec) \
-        in data_side_input.items():
+    for (consuming_transform_id, tag), (buffer_id,
 
 Review comment:
   I wonder if 
   
   `((consuming_transform_id, tag), (buffer_id, func_spec))`
   
   would make both yapf and humans happy.
 
----------------------------------------------------------------
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:
us...@infra.apache.org


Issue Time Tracking
-------------------

    Worklog Id:     (was: 421579)
    Time Spent: 1h 20m  (was: 1h 10m)

> Abstract bundle execution logic from stage execution logic
> ----------------------------------------------------------
>
>                 Key: BEAM-9639
>                 URL: https://issues.apache.org/jira/browse/BEAM-9639
>             Project: Beam
>          Issue Type: Sub-task
>          Components: sdk-py-core
>            Reporter: Pablo Estrada
>            Assignee: Pablo Estrada
>            Priority: Major
>          Time Spent: 1h 20m
>  Remaining Estimate: 0h
>
> The FnApiRunner currently works on a per-stage manner, and does not abstract 
> single-bundle execution much. This work item is to clearly define the code to 
> execute a single bundle.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to