[ https://issues.apache.org/jira/browse/IMPALA-12243?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Michael Smith updated IMPALA-12243: ----------------------------------- Issue Type: New Feature (was: Bug) > Add support for DROP PARTITION for Iceberg tables > ------------------------------------------------- > > Key: IMPALA-12243 > URL: https://issues.apache.org/jira/browse/IMPALA-12243 > Project: IMPALA > Issue Type: New Feature > Components: Frontend > Reporter: Zoltán Borók-Nagy > Assignee: Peter Rozsa > Priority: Major > Labels: impala-iceberg > Fix For: Impala 4.3.0 > > > Add support for DROP PARTITION for Iceberg tables. > Users should be able to run statements like the followings: > * alter table table_a drop partition (country = 'SG') > * alter table table_a drop partition (identity(country) = 'SG') > * alter table table_a drop partition (dt < '2023-01-01 00:00:00') > * alter table table_a drop partition (year(dt) < "2023") > * alter table table_a drop partition (year(dt) < "2023" and month(dt) < > "2023-06") > * alter table table_a drop partition (bucket(5, s) < 2) > * alter table table_a drop partition (truncate(5, s) = "trunc") -- This message was sent by Atlassian Jira (v8.20.10#820010) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-all-unsubscr...@impala.apache.org For additional commands, e-mail: issues-all-h...@impala.apache.org