Skip to content

Commit db40871

Browse files
committed
forgot to index the column
1 parent f3a67fa commit db40871

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/distributed/org/apache/cassandra/distributed/test/sai/PartialWritesWithRepairTest.java

+1
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ public void test() throws IOException
4444
{
4545
init(cluster);
4646
cluster.schemaChange(withKeyspace("CREATE TABLE %s.tbl (pk vector<bigint, 2>, ck int, s1 int static, v1 int, v2 int, PRIMARY KEY (pk, ck))"));
47+
cluster.schemaChange(withKeyspace("CREATE INDEX ON %s.tbl(s1) USING 'sai'"));
4748
cluster.schemaChange(withKeyspace("CREATE INDEX ON %s.tbl(v1) USING 'sai'"));
4849
cluster.schemaChange(withKeyspace("CREATE INDEX ON %s.tbl(v2) USING 'sai'"));
4950
IInvokableInstance node1 = cluster.get(1);

0 commit comments

Comments
 (0)