Details
-
New Feature
-
Status: Resolved
-
Major
-
Resolution: Implemented
-
None
-
None
-
ghx-label-14
Description
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
ALTER TABLE <tbl> SET PARTITION SPEC(<partition-spec>)
to be aligned with Hive.