zstan merged PR #5751:
URL: https://github.com/apache/ignite-3/pull/5751
--
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: notifications-unsubscr...@ignit
zstan commented on code in PR #5751:
URL: https://github.com/apache/ignite-3/pull/5751#discussion_r2084103537
##
modules/sql-engine/src/main/codegen/includes/parserImpls.ftl:
##
@@ -754,17 +754,43 @@ SqlNode SqlAlterZone() :
|
(
- {
- retur
korlov42 commented on code in PR #5751:
URL: https://github.com/apache/ignite-3/pull/5751#discussion_r2081568182
##
modules/sql-engine/src/main/codegen/includes/parserImpls.ftl:
##
@@ -754,17 +754,43 @@ SqlNode SqlAlterZone() :
|
(
- {
- re
zstan commented on code in PR #5751:
URL: https://github.com/apache/ignite-3/pull/5751#discussion_r2078046796
##
modules/sql-engine/src/main/codegen/includes/parserImpls.ftl:
##
@@ -761,6 +761,10 @@ SqlNode SqlAlterZone() :
{ s.add(this); } optionList = AlterZoneOptions
zstan commented on code in PR #5751:
URL: https://github.com/apache/ignite-3/pull/5751#discussion_r2078046528
##
modules/sql-engine/src/main/java/org/apache/ignite/internal/sql/engine/sql/IgniteSqlAlterZone.java:
##
@@ -0,0 +1,85 @@
+/*
+ * Licensed to the Apache Software Founda
zstan commented on code in PR #5751:
URL: https://github.com/apache/ignite-3/pull/5751#discussion_r2078045238
##
modules/sql-engine/src/test/java/org/apache/ignite/internal/sql/engine/sql/DistributionZoneSqlDdlParserTest.java:
##
@@ -291,13 +291,15 @@ public void alterZoneIfExis
korlov42 commented on code in PR #5751:
URL: https://github.com/apache/ignite-3/pull/5751#discussion_r2076890609
##
modules/sql-engine/src/main/codegen/includes/parserImpls.ftl:
##
@@ -761,6 +761,10 @@ SqlNode SqlAlterZone() :
{ s.add(this); } optionList = AlterZoneOpti