xtern commented on code in PR #3590:
URL: https://github.com/apache/ignite-3/pull/3590#discussion_r1565733749


##########
modules/sql-engine/src/test/java/org/apache/ignite/internal/sql/engine/sql/DistributionZoneSqlDdlParserTest.java:
##########
@@ -179,6 +179,33 @@ public void alterZoneIfExistsRenameTo() {
         expectUnparsed(alterZone, expectedStmt);
     }
 
+    /**
+     * Parsing ALTER ZONE SET DEFAULT statement.
+     */
+    @Test
+    public void alterZoneSetDefault() {

Review Comment:
   Added a separate test `alterZoneSetDefaultWithOptionsIsIllegal` 



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

Reply via email to