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

PTransforms that simply return their input cause portable Flink to crash.

Details

    Description

      E.g.

       

      class MaybePrint(beam.PTransform):
         def expand(self, pcoll):
          if some_flag:
            pcoll | beam.Map(logging.info)
          return pcoll
      

       

      Attachments

        Activity

          People

            Unassigned Unassigned
            robertwb Robert Bradshaw
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Slack

                Issue deployment