zstan commented on a change in pull request #441:
URL: https://github.com/apache/ignite-3/pull/441#discussion_r749109336



##########
File path: 
modules/runner/src/integrationTest/java/org/apache/ignite/internal/runner/app/ItTablesApiTest.java
##########
@@ -322,12 +549,139 @@ synchronized void stopInhibit() {
      */
     protected Table createTable(Ignite node, String schemaName, String 
shortTableName) {
         return node.tables().createTable(
-                schemaName + "." + shortTableName, tblCh -> 
convert(SchemaBuilders.tableBuilder(schemaName, shortTableName).columns(
-                                SchemaBuilders.column("key", 
ColumnType.INT64).asNonNull().build(),
-                                SchemaBuilders.column("valInt", 
ColumnType.INT32).asNullable().build(),
-                                SchemaBuilders.column("valStr", 
ColumnType.string()).withDefaultValueExpression("default").build()
+                schemaName + "." + shortTableName,

Review comment:
       seems we already need _DROP TABLE [ IF EXISTS ]_ syntax




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