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

Failed to execute when using rowtime or proctime and table keywords

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Closed
    • Major
    • Resolution: Duplicate
    • 1.10.0
    • None
    • Table SQL / Planner
    • None

    Description

      CREATE TABLE ${topicName} (
       `table` STRING,
       `proctime` PROCTIME(),
       `data` ARRAY<ROW<${tableSchema}>>,
       `old` ARRAY<ROW<${tableSchema}>>

      ){--afka config}

       

      Create table statement according to the above,if you delete proctime,this ddl SQL that's all right

      ,however,this SQL can't work,i think .it's bug

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              backbook backbook
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: