Uploaded image for project: 'Beam'
  1. Beam
  2. BEAM-14085

DoFn ProcessContext needs a MultiSideInput interface

Details

    • Improvement
    • Status: Open
    • P2
    • Resolution: Unresolved
    • None
    • None
    • sdk-java-core
    • None

    Description

      We currently have the SideInput annotation, but we also need this interface for multiple side inputs.

        public interface MultiSideInput {
          /** Returns the value of the side input. * */
          <T> T sideInput(PCollectionView<T> view);
        }
      

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              apilloud Andrew Pilloud
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated: