[ https://issues.apache.org/jira/browse/HIVE-27234?focusedWorklogId=860462&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-860462 ]
ASF GitHub Bot logged work on HIVE-27234: ----------------------------------------- Author: ASF GitHub Bot Created on: 04/May/23 04:47 Start Date: 04/May/23 04:47 Worklog Time Spent: 10m Work Description: zhangbutao commented on code in PR #4216: URL: https://github.com/apache/hive/pull/4216#discussion_r1184536300 ########## ql/src/java/org/apache/hadoop/hive/ql/ddl/table/AlterTableType.java: ########## @@ -40,6 +40,7 @@ public enum AlterTableType { ALTERPARTITION("alter partition"), // Note: this is never used in AlterTableDesc. SETPARTITIONSPEC("set partition spec"), EXECUTE("execute"), + CREATEBRANCH("create branch"), Review Comment: done Issue Time Tracking ------------------- Worklog Id: (was: 860462) Time Spent: 6.5h (was: 6h 20m) > Iceberg: CREATE BRANCH SQL implementation > ------------------------------------------ > > Key: HIVE-27234 > URL: https://issues.apache.org/jira/browse/HIVE-27234 > Project: Hive > Issue Type: Sub-task > Components: Iceberg integration > Reporter: zhangbutao > Assignee: zhangbutao > Priority: Major > Labels: pull-request-available > Time Spent: 6.5h > Remaining Estimate: 0h > > Maybe we can follow spark sql about branch ddl implementation > [https://github.com/apache/iceberg/pull/6617] -- This message was sent by Atlassian Jira (v8.20.10#820010)