Uploaded image for project: 'Kudu'
  1. Kudu
  2. KUDU-1532

Update for Bulk doesn't work / need for upsert

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Invalid
    • None
    • n/a
    • None
    • None
    • Impala

    Description

      Written in Kudu documentation "Updating In Bulk"
      You can update in bulk using the same approaches outlined in Inserting In Bulk.
      Upsert for Bulk doesn't work in impala for the following two Kudu tables:
      ---------------
      update Ktable1 set
      select * from Ktable2;
      ----------------
      or
      -----------------
      update Ktable1
      select * from Ktable2;
      -----------------
      Also no examples for applying update in Bulk.
      Also it is more professional to have upsert statement in Impala.

      Attachments

        Activity

          People

            Unassigned Unassigned
            Qutiba Qutiba
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: