[
https://issues.apache.org/jira/browse/HIVE-27208?focusedWorklogId=856070&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-856070
]
ASF GitHub Bot logged work on HIVE-27208:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 11/Apr/23 10:51
Start Date: 11/Apr/23 10:51
Worklog Time Spent: 10m
Work Description: deniskuzZ commented on code in PR #4185:
URL: https://github.com/apache/hive/pull/4185#discussion_r1162639750
##########
standalone-metastore/metastore-common/src/main/java/org/apache/hadoop/hive/metastore/HiveMetaHook.java:
##########
@@ -49,12 +49,20 @@ public interface HiveMetaHook {
String ALLOW_PARTITION_KEY_CHANGE = "allow_partition_key_change";
String SET_PROPERTIES = "set_properties";
String UNSET_PROPERTIES = "unset_properties";
+
+ public static final String TABLE_TYPE = "table_type";
Review Comment:
this is an interface, so no need for `public static final`
Issue Time Tracking
-------------------
Worklog Id: (was: 856070)
Time Spent: 3.5h (was: 3h 20m)
> 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: 3.5h
> Remaining Estimate: 0h
>
> Add support for renaming iceberg tables.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)