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

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

Danny Chen created HUDI-5573:
--------------------------------

             Summary: 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


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)