[
https://issues.apache.org/jira/browse/HIVE-27234?focusedWorklogId=861050&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-861050
]
ASF GitHub Bot logged work on HIVE-27234:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 08/May/23 16:19
Start Date: 08/May/23 16:19
Worklog Time Spent: 10m
Work Description: deniskuzZ commented on code in PR #4216:
URL: https://github.com/apache/hive/pull/4216#discussion_r1187634091
##########
ql/src/java/org/apache/hadoop/hive/ql/metadata/Hive.java:
##########
@@ -6709,6 +6710,15 @@ public void alterTableExecuteOperation(Table table,
AlterTableExecuteSpec execut
}
}
+ public void alterTableCreateBranchOperation(Table table,
AlterTableCreateBranchSpec createBranchSpec) throws HiveException {
Review Comment:
maybe simply 'alterTableCreateBranch' ?
Issue Time Tracking
-------------------
Worklog Id: (was: 861050)
Time Spent: 8h 20m (was: 8h 10m)
> 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: 8h 20m
> 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)