Zoltán Borók-Nagy created IMPALA-12243:
------------------------------------------
Summary: Add support for DROP PARTITION for Iceberg tables
Key: IMPALA-12243
URL: https://issues.apache.org/jira/browse/IMPALA-12243
Project: IMPALA
Issue Type: Bug
Components: Frontend
Reporter: Zoltán Borók-Nagy
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) < 6)
--
This message was sent by Atlassian Jira
(v8.20.10#820010)