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

[jira] [Commented] (HUDI-2968) Support Delete/Update using non-pk fields

    [ https://issues.apache.org/jira/browse/HUDI-2968?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17478332#comment-17478332 ] 

Vinoth Chandar commented on HUDI-2968:
--------------------------------------

[~biyan900116@gmail.com] merge works already correct?

> Support Delete/Update using non-pk fields
> -----------------------------------------
>
>                 Key: HUDI-2968
>                 URL: https://issues.apache.org/jira/browse/HUDI-2968
>             Project: Apache Hudi
>          Issue Type: Task
>          Components: spark
>            Reporter: pengzhiwei
>            Assignee: Yann Byron
>            Priority: Blocker
>              Labels: pull-request-available
>             Fix For: 0.11.0
>
>
> Allow to delete/update using non-pk fields
> {code:java}
> create table h0 (
>   id int,
>   name string,
>   price double
> ) using hudi 
> options (primaryKey = 'id');
> update h0 set price = 10 where name = 'foo'; 
> delete from h0 where name = 'foo';
> {code}



--
This message was sent by Atlassian Jira
(v8.20.1#820001)