[
https://issues.apache.org/jira/browse/HIVE-27234?focusedWorklogId=861140&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-861140
]
ASF GitHub Bot logged work on HIVE-27234:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 09/May/23 08:08
Start Date: 09/May/23 08:08
Worklog Time Spent: 10m
Work Description: zhangbutao commented on code in PR #4216:
URL: https://github.com/apache/hive/pull/4216#discussion_r1188283923
##########
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:
I have rename it to 'alterTableBranchOperation' which can be used to
create/drop/replace branch. Is it ok?
Issue Time Tracking
-------------------
Worklog Id: (was: 861140)
Time Spent: 8h 50m (was: 8h 40m)
> 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 50m
> 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)