You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@beam.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2020/05/08 19:47:00 UTC

[jira] [Work logged] (BEAM-9639) Abstract bundle execution logic from stage execution logic

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

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

                Author: ASF GitHub Bot
            Created on: 08/May/20 19:46
            Start Date: 08/May/20 19:46
    Worklog Time Spent: 10m 
      Work Description: ibzib commented on a change in pull request #11270:
URL: https://github.com/apache/beam/pull/11270#discussion_r422338193



##########
File path: sdks/python/apache_beam/runners/portability/fn_api_runner/fn_runner_test.py
##########
@@ -240,6 +240,30 @@ def test_multimap_side_input(self):
               lambda k, d: (k, sorted(d[k])), beam.pvalue.AsMultiMap(side)),
           equal_to([('a', [1, 3]), ('b', [2])]))
 
+  def test_multimap_multiside_input(self):

Review comment:
       Thanks for reporting Boyuan, this was a flaw with the Spark runner. Fix: #11644




----------------------------------------------------------------
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:
users@infra.apache.org


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

    Worklog Id:     (was: 432228)
    Time Spent: 6h 10m  (was: 6h)

> 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: 6h 10m
>  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)