[ https://issues.apache.org/jira/browse/HIVE-27208?focusedWorklogId=854833&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-854833 ]
ASF GitHub Bot logged work on HIVE-27208: ----------------------------------------- Author: ASF GitHub Bot Created on: 04/Apr/23 15:27 Start Date: 04/Apr/23 15:27 Worklog Time Spent: 10m Work Description: deniskuzZ commented on code in PR #4185: URL: https://github.com/apache/hive/pull/4185#discussion_r1157426593 ########## standalone-metastore/metastore-common/src/main/java/org/apache/hadoop/hive/metastore/HiveMetaHook.java: ########## @@ -55,6 +55,10 @@ public interface HiveMetaHook { // if this flag is set to true, the HMS call from HiveMetaStoreClient#alter_table() will be skipped String SKIP_METASTORE_ALTER = "skip_metastore_alter"; + String PRE_RENAME_TABLE_NAME = "pre_rename_table_name"; Review Comment: maybe "OLD_" prefix would be more generic Issue Time Tracking ------------------- Worklog Id: (was: 854833) Time Spent: 2h 10m (was: 2h) > 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: 2h 10m > Remaining Estimate: 0h > > Add support for renaming iceberg tables. -- This message was sent by Atlassian Jira (v8.20.10#820010)