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


##########
parser/src/java/org/apache/hadoop/hive/ql/parse/AlterClauseParser.g:
##########
@@ -686,6 +687,13 @@ alterStatementSuffixCreateOrReplaceTag
      -> ^(TOK_ALTERTABLE_CREATE_TAG $tagName KW_REPLACE snapshotIdOfRef? 
refRetain?)
      ;
 
+alterStatementSuffixSetWriteZOrder

Review Comment:
   I am going to have a PR to support alter table for WRITE ORDER as well.
   The logic for that is different than zorder as that will require values to 
be added in iceberg spec and not in HMS props.
   So, Based on the need for ordered(lexical) the common code names will be 
changed.



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