[ https://issues.apache.org/jira/browse/HIVE-27208?focusedWorklogId=854827&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-854827 ]
ASF GitHub Bot logged work on HIVE-27208: ----------------------------------------- Author: ASF GitHub Bot Created on: 04/Apr/23 15:12 Start Date: 04/Apr/23 15:12 Worklog Time Spent: 10m Work Description: deniskuzZ commented on code in PR #4185: URL: https://github.com/apache/hive/pull/4185#discussion_r1157407192 ########## iceberg/iceberg-handler/src/main/java/org/apache/iceberg/mr/hive/HiveIcebergMetaHook.java: ########## @@ -120,7 +120,7 @@ public class HiveIcebergMetaHook implements HiveMetaHook { static final EnumSet<AlterTableType> SUPPORTED_ALTER_OPS = EnumSet.of( AlterTableType.ADDCOLS, AlterTableType.REPLACE_COLUMNS, AlterTableType.RENAME_COLUMN, AlterTableType.ADDPROPS, AlterTableType.DROPPROPS, AlterTableType.SETPARTITIONSPEC, - AlterTableType.UPDATE_COLUMNS, AlterTableType.SETPARTITIONSPEC, AlterTableType.EXECUTE); + AlterTableType.UPDATE_COLUMNS, AlterTableType.RENAME, AlterTableType.EXECUTE); Review Comment: why remove SETPARTITIONSPEC? Issue Time Tracking ------------------- Worklog Id: (was: 854827) Time Spent: 1h 10m (was: 1h) > Iceberg: Add support for rename table > ------------------------------------- > > Key: HIVE-27208 > URL: https://issues.apache.org/jira/browse/HIVE-27208 > Project: Hive > Issue Type: Improvement > Reporter: Ayush Saxena > Assignee: Ayush Saxena > Priority: Major > Labels: pull-request-available > Time Spent: 1h 10m > Remaining Estimate: 0h > > Add support for renaming iceberg tables. -- This message was sent by Atlassian Jira (v8.20.10#820010)