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)
