deniskuzZ commented on code in PR #6184:
URL: https://github.com/apache/hive/pull/6184#discussion_r2564355641
##########
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:
can't we allow command without zorder? why not reuse
`tableWriteLocallyOrderedBy` ?
--
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]