deniskuzZ commented on code in PR #4372:
URL: https://github.com/apache/hive/pull/4372#discussion_r1222816743
##########
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:
why do we need to create a new storageHandler each time? should we use some
cache for those?
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]