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

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

                Author: ASF GitHub Bot
            Created on: 06/Sep/18 23:39
            Start Date: 06/Sep/18 23:39
    Worklog Time Spent: 10m 
      Work Description: youngoli commented on a change in pull request #6128: 
[BEAM-3709] Updating combine w/ side input translation in python.
URL: https://github.com/apache/beam/pull/6128#discussion_r215809285
 
 

 ##########
 File path: sdks/python/apache_beam/transforms/core.py
 ##########
 @@ -1358,6 +1358,15 @@ def expand(self, pcoll):
         *args, **kwargs)
 
   def to_runner_api_parameter(self, context):
+    # Note: Although this conditional seems identical to the one below it
+    # (if self.args or self.kwargs), there are cases where that condition
 
 Review comment:
   Actually, after investigating some more, it seems that the issue may be an 
actual problem with my change, which was hidden by this adjustment. I have to 
look into it more to see if I can fix it.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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: 141964)
    Time Spent: 3h 20m  (was: 3h 10m)

> Implement the portable lifted Combiner transforms in Python SDK
> ---------------------------------------------------------------
>
>                 Key: BEAM-3709
>                 URL: https://issues.apache.org/jira/browse/BEAM-3709
>             Project: Beam
>          Issue Type: Sub-task
>          Components: sdk-py-core, sdk-py-harness
>            Reporter: Daniel Oliveira
>            Assignee: Daniel Oliveira
>            Priority: Major
>              Labels: portability
>          Time Spent: 3h 20m
>  Remaining Estimate: 0h
>
> Lifted combines are split into separate parts with different URNs. These 
> parts need to be implemented in the Python SDK harness so that the SDK can 
> actually execute them when receiving Combine transforms with the 
> corresponding URNs.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to