You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by "Daniel Oliveira (JIRA)" <ji...@apache.org> on 2018/04/18 18:32:00 UTC

[jira] [Commented] (BEAM-3707) Implement portable non-lifted Combines in Java SDK

    [ https://issues.apache.org/jira/browse/BEAM-3707?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16443005#comment-16443005 ] 

Daniel Oliveira commented on BEAM-3707:
---------------------------------------

This was done together with another Jira issue in [PR #4924|https://github.com/apache/beam/pull/4924].

> Implement portable non-lifted Combines in Java SDK
> --------------------------------------------------
>
>                 Key: BEAM-3707
>                 URL: https://issues.apache.org/jira/browse/BEAM-3707
>             Project: Beam
>          Issue Type: Sub-task
>          Components: sdk-java-core
>            Reporter: Daniel Oliveira
>            Assignee: Daniel Oliveira
>            Priority: Major
>              Labels: features, portability
>             Fix For: 2.5.0
>
>
> Get a portable version of non-lifted Combines working in Java.
> Non-lifted combines should be done as an opaque ParDo after a GBK within a Combine composite transform.
> This task also requires implementing the anonymous case, where the ParDo and GBK are not in a composite and the runner cannot identify the ParDo as a Combine at all. For now this case only occurs when the Combine has side inputs.



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