[
https://issues.apache.org/jira/browse/KUDU-1532?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Todd Lipcon resolved KUDU-1532.
-------------------------------
Resolution: Invalid
Fix Version/s: n/a
> Update for Bulk doesn't work / need for upsert
> ------------------------------------------------
>
> Key: KUDU-1532
> URL: https://issues.apache.org/jira/browse/KUDU-1532
> Project: Kudu
> Issue Type: Bug
> Environment: Impala
> Reporter: Qutiba
> Fix For: n/a
>
>
> 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.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)