AMashenkov commented on code in PR #1385:
URL: https://github.com/apache/ignite-3/pull/1385#discussion_r1037117353


##########
modules/core/src/main/java/org/apache/ignite/lang/ErrorGroups.java:
##########
@@ -151,8 +151,8 @@ public static class Sql {
         /** Table version not found. */
         public static final int TABLE_VER_NOT_FOUND_ERR = 
SQL_ERR_GROUP.registerErrorCode(18);
 
-        /** Invalid table option. */

Review Comment:
   "Create\Drop index" are also DDL operations, but
   the error code related to "create table syntax only, don't it?



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