zstan commented on code in PR #6263: URL: https://github.com/apache/ignite-3/pull/6263#discussion_r2222593522
########## modules/sql-engine/src/main/codegen/includes/parserImpls.ftl: ########## @@ -733,6 +760,10 @@ void CreateZoneOption(List<SqlNode> list) : <ALL> { list.add(new IgniteSqlZoneOption(key, IgniteSqlZoneOptionMode.ALL.symbol(getPos()), s.end(this))); } + | Review Comment: done ########## modules/catalog/src/main/java/org/apache/ignite/internal/catalog/commands/CatalogUtils.java: ########## @@ -144,6 +144,11 @@ public class CatalogUtils { */ public static final int DEFAULT_LENGTH = 1; + /** + * Passing this value as a auto adjust param means that this option is disabled. + */ + public static int AUTO_ADJUST_OFF = Integer.MAX_VALUE; Review Comment: done -- 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