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

Disable single rowtime column check for collect/print

    XMLWordPrintableJSON

Details

    Description

      As seen inĀ FLINK-23751, the single rowtime column check can occur also during collecting and printing which is not important there as watermarks as not used.

      The exception is also misleading as it references a DataStream:

      [ERROR] Could not execute SQL statement. Reason:
      org.apache.flink.table.api.TableException: Found more than one rowtime field: [bidtime, window_time] in the query when insert into 'default_catalog.default_database.Unregistered_Collect_Sink_8'.
      Please select the rowtime field that should be used as event-time timestamp for the DataStream by casting all other fields to TIMESTAMP.
      

      Attachments

        Issue Links

          Activity

            People

              twalthr Timo Walther
              twalthr Timo Walther
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: