deniskuzZ commented on code in PR #4372:
URL: https://github.com/apache/hive/pull/4372#discussion_r1237299128


##########
ql/src/java/org/apache/hadoop/hive/ql/parse/AlterTableMetaRefSpec.java:
##########
@@ -20,21 +20,30 @@
 
 import com.google.common.base.MoreObjects;
 
-public class AlterTableBranchSpec<T> {
+public class AlterTableMetaRefSpec<T> {

Review Comment:
   should we mark it as abstract and extend CreateTagSpec and CreateBranchSpec 
from it? operationType could be set in the constructor



-- 
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]

Reply via email to