tkalkirill commented on code in PR #3446:
URL: https://github.com/apache/ignite-3/pull/3446#discussion_r1533378547
##########
modules/table/src/testFixtures/java/org/apache/ignite/internal/table/TableTestUtils.java:
##########
@@ -105,6 +105,16 @@ public static void dropTable(CatalogManager
catalogManager, String schemaName, S
);
}
+ /**
+ * Drops table from {@link #createSimpleTable(CatalogManager, String)} in
the catalog.
+ *
+ * @param catalogManager Catalog manager.
+ * @param tableName Table name.
+ */
+ public static void dropSimpleTable(CatalogManager catalogManager, String
tableName) {
Review Comment:
This method was created for convenience in order to write less test code of
the same type.
It is convenient if the table was created using
`TableTestUtils#createSimpleTable`, as the documentation says.
--
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]