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

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

This issue was marked "stale-assigned" and has not received a public comment in 
7 days. It is now automatically unassigned. If you are still working on it, you 
can assign it to yourself again. Please also give an update about the status of 
the work.

> 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
>            Priority: P2
>
> 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)

Reply via email to