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

PojoType fields not supported by field position keys

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Critical
    • Resolution: Fixed
    • 0.9
    • 0.9.1, 0.10.0
    • None
    • None

    Description

      Tuple fields which are Pojos (or any other non-tuple composite type) cannot be selected as keys by field position keys.

      Something like

      DataSet<Tuple2<Integer, MyPojo>> data = ...
      data.groupBy(1).reduce(...)
      

      fails with an exception.

      Attachments

        Activity

          People

            fhueske Fabian Hueske
            fhueske Fabian Hueske
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: