adelapena commented on code in PR #2329:
URL: https://github.com/apache/cassandra/pull/2329#discussion_r1194054488


##########
test/unit/org/apache/cassandra/index/sai/cql/BaseDataModel.java:
##########
@@ -169,14 +169,22 @@ public void createTables(Executor tester)
 
     public void createIndexes(Executor tester) throws Throwable
     {
-        String template = "CREATE CUSTOM INDEX ndi_%s_index_%s ON %%s (%s) 
USING 'StorageAttachedIndex'";
+        createIndexes(tester, columns);
+    }
+
+    protected void createIndexes(Executor tester, List<Pair<String, String>> 
columns) throws Throwable
+    {
+        String indexNameTemplate = "ndi_%s_index_%s";

Review Comment:
   Fixed, this one and a similar one in `OperationTest.STATIC_CF_NAME`.



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

Reply via email to