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

[jira] [Created] (IMPALA-10739) Add support for ALTER TABLE tbl SET PARTITION SPEC for Iceberg tables

Zoltán Borók-Nagy created IMPALA-10739:
------------------------------------------

             Summary: Add support for ALTER TABLE tbl SET PARTITION SPEC for Iceberg tables
                 Key: IMPALA-10739
                 URL: https://issues.apache.org/jira/browse/IMPALA-10739
             Project: IMPALA
          Issue Type: New Feature
            Reporter: Zoltán Borók-Nagy


Impala should support partition evolution for Iceberg tables, i.e. it should be able to set a new partition spec for an Iceberg table via DDL.

The command should be

{noformat}
ALTER TABLE <tbl> SET PARTITION SPEC(<partition-spec>)
{noformat}

to be aligned with Hive.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)