[ https://issues.apache.org/jira/browse/HIVE-27208?focusedWorklogId=854828&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-854828 ]
ASF GitHub Bot logged work on HIVE-27208: ----------------------------------------- Author: ASF GitHub Bot Created on: 04/Apr/23 15:15 Start Date: 04/Apr/23 15:15 Worklog Time Spent: 10m Work Description: ayushtkn commented on code in PR #4185: URL: https://github.com/apache/hive/pull/4185#discussion_r1157410687 ########## 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: It is there in the above line: ` AlterTableType.ADDPROPS, AlterTableType.DROPPROPS, AlterTableType.SETPARTITIONSPEC,` It was duplicate in the second line, so just replaced with the new one Issue Time Tracking ------------------- Worklog Id: (was: 854828) Time Spent: 1h 20m (was: 1h 10m) > 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 20m > Remaining Estimate: 0h > > Add support for renaming iceberg tables. -- This message was sent by Atlassian Jira (v8.20.10#820010)