Uploaded image for project: 'Hive'
  1. Hive
  2. HIVE-28119

Iceberg: Allow insert clause with a column list in Merge query not_matched condition

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 4.1.0
    • None

    Description

      merge into target_ice as t using source src ON t.a = src.a
      when not matched then insert (a, c) values (src.a, src.c);
      

      Attachments

        Issue Links

          Activity

            People

              dkuzmenko Denys Kuzmenko
              dkuzmenko Denys Kuzmenko
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: