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

Support RowTypeInfo extraction in TypeExtractor by Row instance

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 1.3.0
    • None
    • None

    Description

      Row[] data = new Row[]{};
      TypeInformation<X> typeInfo = TypeExtractor.getForObject(data[0]);
      

      method getForObject wraps it into

      GenericTypeInfo<org.apache.flink.types.Row>
      

      the method should return RowTypeInfo

      Attachments

        Issue Links

          Activity

            People

              tonycox Anton Solovev
              tonycox Anton Solovev
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: