Uploaded image for project: 'Flink'
  1. Flink
  2. FLINK-6246

Fix generic type of OutputTag in operator Output

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 1.3.0
    • 1.3.0
    • API / DataStream
    • None

    Description

      The current signature is

      <X> void collect(OutputTag<?> outputTag, StreamRecord<X> record)
      

      which can be improved to

      <X> void collect(OutputTag<X> outputTag, StreamRecord<X> record)
      

      This is probably leftover from an intermediate stage of development.

      Attachments

        Issue Links

          Activity

            People

              aljoscha Aljoscha Krettek
              aljoscha Aljoscha Krettek
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: