lowka commented on code in PR #1521:
URL: https://github.com/apache/ignite-3/pull/1521#discussion_r1072072004
##########
modules/sql-engine/src/main/codegen/includes/parserImpls.ftl:
##########
@@ -532,3 +532,96 @@ SqlDrop SqlDropZone(Span s, boolean replace) :
return new IgniteSqlDropZone(s.end(this), ifExists, zoneId);
}
}
+
+SqlNode SqlAlterZone() :
+{
+ final Span s;
+ final SqlIdentifier zoneId;
+ final SqlIdentifier newZoneId;
+ SqlNodeList optionList = null;
+}
+{
+ <ALTER> { s = span(); }
+ <ZONE> zoneId = CompoundIdentifier()
Review Comment:
The ticket does not mention such syntax but sure, no problem.
--
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]