zhangbutao commented on code in PR #4372: URL: https://github.com/apache/hive/pull/4372#discussion_r1226916775
########## ql/src/java/org/apache/hadoop/hive/ql/metadata/Hive.java: ########## @@ -6724,6 +6725,15 @@ public void alterTableBranchOperation(Table table, AlterTableBranchSpec createBr } } + public void alterTableTagOperation(Table table, AlterTableTagSpec createTagSpec) throws HiveException { + try { + HiveStorageHandler storageHandler = createStorageHandler(table.getTTable()); Review Comment: https://issues.apache.org/jira/browse/HIVE-27435 I have filed a ticket to trace this issue. I think it can be fixed soon. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: gitbox-unsubscr...@hive.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: gitbox-unsubscr...@hive.apache.org For additional commands, e-mail: gitbox-h...@hive.apache.org