maedhroz commented on code in PR #2409:
URL: https://github.com/apache/cassandra/pull/2409#discussion_r1227274061
##########
test/unit/org/apache/cassandra/index/sai/cql/BaseDataModel.java:
##########
@@ -167,6 +167,12 @@ public void createTables(Executor tester)
tester.createTable(String.format(template, KEYSPACE, nonIndexedTable,
keyColumnDefs, normalColumnDefs, primaryKey));
}
+ public void truncateTables(Executor tester) throws Throwable
+ {
+ executeLocal(tester, "TRUNCATE TABLE %s");
+ executeLocal(tester, "TRUNCATE TABLE %s");
Review Comment:
nit: Duplicate `TRUNCATE` calls?
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]