You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…ion to Iceberg Table (apache#2641)
### What changes were proposed in this pull request?
support file-level operation to Iceberg Table:
`delete from catalog.db.table where ...`
### Why are the changes needed?
support file-level delete operation to Iceberg Table
Fix: apache#2542
### Does this PR introduce _any_ user-facing change?
Yes, users can execute delete sql to iceberg table.
### How was this patch tested?
New IT case.
Describe the subtask
support delete operation to iceberg Table. For command
delete from catalog.db.table where xxx
.Parent issue
#1571
The text was updated successfully, but these errors were encountered: