You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kudu.apache.org by "Qutiba (JIRA)" <ji...@apache.org> on 2016/07/15 10:32:20 UTC

[jira] [Created] (KUDU-1532) Upsert for Bulk doesn't work

Qutiba created KUDU-1532:
----------------------------

             Summary: Upsert for Bulk doesn't work 
                 Key: KUDU-1532
                 URL: https://issues.apache.org/jira/browse/KUDU-1532
             Project: Kudu
          Issue Type: Bug
         Environment: Impala
            Reporter: Qutiba


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. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)