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

Disable upsert into syntax in Flink SQL

    XMLWordPrintableJSON

Details

    • Hide
      Disabled UPSERT INTO statement. UPSERT INTO syntax was exposed by mistake in previous releases without detailed discussed. From this release every UPSERT INTO is going to throw an exception. Users of UPSERT INTO should use the documented INSERT INTO statement instead.
      Show
      Disabled UPSERT INTO statement. UPSERT INTO syntax was exposed by mistake in previous releases without detailed discussed. From this release every UPSERT INTO is going to throw an exception. Users of UPSERT INTO should use the documented INSERT INTO statement instead.

    Description

      I found we can write  insert into and upsert into in Flink SQL, but the later syntax's semantic and behavior is never discussed, currently they have same implementation.

      We should disable the later one util we support  `upsert into ` with correct behavior.

      Attachments

        Issue Links

          Activity

            People

              slinkydeveloper Francesco Guardiani
              leonard Leonard Xu
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: