You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by "Zhaojing Yu (Jira)" <ji...@apache.org> on 2022/10/01 12:29:00 UTC

[jira] [Updated] (HUDI-1885) Support Delete/Update Non-Pk Table

     [ https://issues.apache.org/jira/browse/HUDI-1885?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Zhaojing Yu updated HUDI-1885:
------------------------------
    Fix Version/s: 0.13.0
                       (was: 0.12.1)

> Support Delete/Update Non-Pk Table
> ----------------------------------
>
>                 Key: HUDI-1885
>                 URL: https://issues.apache.org/jira/browse/HUDI-1885
>             Project: Apache Hudi
>          Issue Type: New Feature
>          Components: spark, spark-sql
>            Reporter: pengzhiwei
>            Assignee: Yann Byron
>            Priority: Critical
>             Fix For: 0.13.0
>
>
> Allow to delete/update a non-pk table.
> {code:java}
> create table h0 (
>   id int,
>   name string,
>   price double
> ) using hudi;
> delete from h0 where id = 10;
> update h0 set price = 10 where id = 12;
> {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)