You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@beam.apache.org by "Beam JIRA Bot (Jira)" <ji...@apache.org> on 2022/04/10 16:59:00 UTC

[jira] [Commented] (BEAM-14085) DoFn ProcessContext needs a MultiSideInput interface

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

Beam JIRA Bot commented on BEAM-14085:
--------------------------------------

This issue is assigned but has not received an update in 30 days so it has been labeled "stale-assigned". If you are still working on the issue, please give an update and remove the label. If you are no longer working on the issue, please unassign so someone else may work on it. In 7 days the issue will be automatically unassigned.

> DoFn ProcessContext needs a MultiSideInput interface
> ----------------------------------------------------
>
>                 Key: BEAM-14085
>                 URL: https://issues.apache.org/jira/browse/BEAM-14085
>             Project: Beam
>          Issue Type: Improvement
>          Components: sdk-java-core
>            Reporter: Andrew Pilloud
>            Assignee: Andrew Pilloud
>            Priority: P2
>              Labels: stale-assigned
>
> We currently have the SideInput annotation, but we also need this interface for multiple side inputs.
> {code}
>   public interface MultiSideInput {
>     /** Returns the value of the side input. * */
>     <T> T sideInput(PCollectionView<T> view);
>   }
> {code}



--
This message was sent by Atlassian Jira
(v8.20.1#820001)