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

The metadata column type is incorrect in Kafka table connector example

    XMLWordPrintableJSON

Details

    Description

      The example[1] defined ts column with TIMESTAMP type

       

        `ts` TIMESTAMP(3) METADATA FROM 'timestamp'
      

      the correct column type should be TIMESTAMP_LTZ type.

       

       `ts` TIMESTAMP_LTZ(3) METADATA FROM 'timestamp'  

       

      [1] https://nightlies.apache.org/flink/flink-docs-release-1.15/docs/connectors/table/kafka/#how-to-create-a-kafka-table

      Attachments

        Activity

          People

            xiqian_yu yux
            leonard Leonard Xu
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: