[ https://issues.apache.org/jira/browse/HIVE-25375?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Ádám Szita resolved HIVE-25375. ------------------------------- Fix Version/s: 4.0.0 Resolution: Fixed Committed to master, thanks for reviewing it [~kuczoram]! > Partition column rename support for Iceberg tables > -------------------------------------------------- > > Key: HIVE-25375 > URL: https://issues.apache.org/jira/browse/HIVE-25375 > Project: Hive > Issue Type: Bug > Reporter: Ádám Szita > Assignee: Ádám Szita > Priority: Major > Labels: pull-request-available > Fix For: 4.0.0 > > Time Spent: 20m > Remaining Estimate: 0h > > Currently ALTER TABLE CHANGE COLUMN statement only updates the Iceberg-backed > table's schema, but not it's partition spec. Updating the spec is required to > allow subsequent partition spec changes (like set partition spec calls) to > succeed. > Note: to do this in HiveIcebergMetaHook class we can't just create an > updateSchema and an updatePartitionSpec object, do the modifications and > commit both of them, as the last commit will fail due to invalid base. We > might want to do this in two separate steps instead. -- This message was sent by Atlassian Jira (v8.3.4#803005)