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 alterZoneIfExistsSet() {
      */
     @Test
     public void alterZoneSetOptions() {
-        IgniteSqlAlterZoneSet alterZoneSet = parseAlterZoneSet(
-                "alter zone a.test_zone set "
-                        + "replicas=2, "
-                        + "data_nodes_filter='(\"US\" || \"EU\") && \"SSD\"', "
-                        + "data_nodes_auto_adjust=1, "
-                        + "data_nodes_auto_adjust_scale_up=2, "
-                        + "data_nodes_auto_adjust_scale_down=3"
+        IgniteSqlAlterZone alterZoneSet = parseAlterZone(
+                "alter zone a.test_zone set ("
+                        + "REPLICAS 2, "
+                        + "PARTITIONS 3, "
+                        + "DISTRIBUTION ALGORITHM 'test_Distribution', "

Review Comment:
   got it, 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: notifications-unsubscr...@ignite.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to