kokila-19 commented on code in PR #6184:
URL: https://github.com/apache/hive/pull/6184#discussion_r2600936451


##########
ql/src/java/org/apache/hadoop/hive/ql/plan/HiveOperation.java:
##########
@@ -78,6 +78,8 @@ public enum HiveOperation {
   ALTERTABLE_PROPERTIES("ALTERTABLE_PROPERTIES",
       new int[] {HiveParser.TOK_ALTERTABLE_PROPERTIES, 
HiveParser.TOK_ALTERTABLE_DROPPROPERTIES},
       new Privilege[]{Privilege.ALTER_METADATA}, null),
+  ALTERTABLE_SET_WRITE_ZORDER("ALTERTABLE_SET_WRITE_ZORDER", 
HiveParser.TOK_ALTERTABLE_SET_WRITE_ZORDER,

Review Comment:
   Changed to ALTERTABLE_SET_WRITE_ORDER , so it supports alter query with SET 
WRITE ORDERED BY ZORDER for now.



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