You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues-all@impala.apache.org by "Zoltán Borók-Nagy (Jira)" <ji...@apache.org> on 2023/06/26 17:29:00 UTC

[jira] [Created] (IMPALA-12243) Add support for DROP PARTITION for Iceberg tables

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)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-all-unsubscribe@impala.apache.org
For additional commands, e-mail: issues-all-help@impala.apache.org