maedhroz commented on code in PR #2329:
URL: https://github.com/apache/cassandra/pull/2329#discussion_r1192817788
##########
test/unit/org/apache/cassandra/cql3/validation/entities/SecondaryIndexTest.java:
##########
@@ -1060,9 +1057,8 @@ public void testIndexQueriesWithIndexNotReady() throws
Throwable
public void testReadOnlyIndex() throws Throwable
{
// On successful initialization both reads and writes go through
- String tableName = createTable("CREATE TABLE %s (pk int, ck int, value
int, PRIMARY KEY (pk, ck))");
+ createTable("CREATE TABLE %s (pk int, ck int, value int, PRIMARY KEY
(pk, ck))");
Review Comment:
```suggestion
createTable("CREATE TABLE %s (pk int, ck int, value int, PRIMARY KEY
(pk, ck))");
```
--
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]