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


##########
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:
   I want to use `AlterTableMetaRefSpec `to wrap multiple branch/tag operation, 
e.g. `CreateMetaRefSpec `as well as the following task `ReplaceMetaRefSpec`, 
and maybe other operations.
   I will remove the wrapper if these operation have same fields in the future 
work and will change this as you sugested.



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