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

Conversion error in StreamScan and BatchScan

    XMLWordPrintableJSON

Details

    Description

      `RowTypeInfo#equals()` only compares field types, and fields names are not considered. When checking the equality of `inputType` and `internalType`, we should compare both filed types and field names.

      Behavior of this bug:

      A table T with schema (a: Long, b:Long, c:Long)
      SELECT b,c,a from T
      expected: b,c,a
      actually: a,b,c

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              wangsan jrthe42
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Time Tracking

                  Estimated:
                  Original Estimate - Not Specified
                  Not Specified
                  Remaining:
                  Remaining Estimate - 0h
                  0h
                  Logged:
                  Time Spent - 10m
                  10m