ygerzhedovich commented on code in PR #5084: URL: https://github.com/apache/ignite-3/pull/5084#discussion_r1935198964
########## modules/sql-engine/src/integrationTest/java/org/apache/ignite/internal/sql/engine/ItCreateTableDdlTest.java: ########## @@ -348,6 +347,44 @@ public void testItIsNotPossibleToCreateTablesInSystemSchema(String schema) { () -> sql(format("CREATE TABLE {}.SYS_TABLE (NAME VARCHAR PRIMARY KEY, SIZE BIGINT)", schema.toLowerCase()))); } + @ParameterizedTest + @MethodSource("reservedSchemaNames") + public void testCreateSystemSchemas(String schema) { Review Comment: can we make these tests as SqlLogic tests? -- 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