maedhroz commented on code in PR #2329:
URL: https://github.com/apache/cassandra/pull/2329#discussion_r1192817386
##########
test/unit/org/apache/cassandra/cql3/validation/entities/SecondaryIndexOnMapEntriesTest.java:
##########
@@ -230,7 +230,7 @@ public void testShouldRejectQueriesForNullEntries() throws
Throwable
public void testShouldTreatQueriesAgainstFrozenMapIndexesAsInvalid()
throws Throwable
{
createTable("CREATE TABLE %s (k TEXT PRIMARY KEY, v FROZEN<MAP<TEXT,
TEXT>>)");
- createIndex("CREATE INDEX ON %s(FULL(V))");
+ createIndexAsync("CREATE INDEX ON %s(FULL(V))");
Review Comment:
This happens in a number of other tests, so I suppose I won't comment on
every single one, but we could do a quick audit if we want to change this in
general...
--
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]