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

[jira] [Updated] (HUDI-5573) Support table operation APIs for Hudi

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

Raymond Xu updated HUDI-5573:
-----------------------------
    Epic Link: HUDI-4141

> Support table operation APIs for Hudi
> -------------------------------------
>
>                 Key: HUDI-5573
>                 URL: https://issues.apache.org/jira/browse/HUDI-5573
>             Project: Apache Hudi
>          Issue Type: New Feature
>          Components: api
>            Reporter: Danny Chen
>            Assignee: Danny Chen
>            Priority: Major
>
> One example from Iceberg:
> {code:java}
> table.newDelete()
>          .deleteFromRowFilter(Expressions.equal("ledgerId", "1")))
>          .commit(); {code}



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