vikramahuja1001 commented on code in PR #6013:
URL: https://github.com/apache/hive/pull/6013#discussion_r2276329998


##########
ql/src/java/org/apache/hadoop/hive/ql/plan/HiveOperation.java:
##########
@@ -49,6 +49,8 @@ public enum HiveOperation {
       null),
   ALTERTABLE_DROPCOL("ALTERTABLE_DROPCOL", HiveParser.TOK_ALTERTABLE_DROPCOL, 
new Privilege[]{Privilege.ALTER_METADATA},
           null),
+  ALTERTABLE_SETDEFAULTPARTITION("ALTERTABLE_SETDEFAULTPARTITION", 
HiveParser.TOK_ALTERTABLE_SETDEFAULTPARTITION, new 
Privilege[]{Privilege.ALTER_METADATA},

Review Comment:
   Yes, makes sense. I have changed it to ALTER_DATA. Even compaction is 
handled similarly. Thanks for pointing it out.



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

Reply via email to