[
https://issues.apache.org/jira/browse/HIVE-27208?focusedWorklogId=854835&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-854835
]
ASF GitHub Bot logged work on HIVE-27208:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 04/Apr/23 15:29
Start Date: 04/Apr/23 15:29
Worklog Time Spent: 10m
Work Description: deniskuzZ commented on code in PR #4185:
URL: https://github.com/apache/hive/pull/4185#discussion_r1157429628
##########
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:
👍
Issue Time Tracking
-------------------
Worklog Id: (was: 854835)
Time Spent: 2.5h (was: 2h 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: 2.5h
> Remaining Estimate: 0h
>
> Add support for renaming iceberg tables.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)