zhangbutao commented on code in PR #4372:
URL: https://github.com/apache/hive/pull/4372#discussion_r1239311690
##########
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 have replaced `CreateBranchSpec `& `CreateTagSpec ` with one inner class
`CreateMetaRefSpec`. I think this will be more simpler. Fixed in
https://github.com/apache/hive/pull/4372/commits/a63d3708d75a577d1f58a72455e2516a80a2fa09
Please take a look again. Thanks.
--
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]