dcapwell commented on code in PR #4561:
URL: https://github.com/apache/cassandra/pull/4561#discussion_r2748404412
##########
test/unit/org/apache/cassandra/db/AbstractReadQueryToCQLStringTest.java:
##########
@@ -657,7 +656,8 @@ public void testFrozenCollections() throws Throwable
test("SELECT * FROM %s WHERE u = {a: 'a', b: 1} ALLOW FILTERING");
testInvalid("SELECT * FROM %s WHERE l['a'] = 'a' ALLOW FILTERING");
testInvalid("SELECT * FROM %s WHERE s['a'] = 'a' ALLOW FILTERING");
- testInvalid("SELECT * FROM %s WHERE m['a'] = 'a' ALLOW FILTERING");
+ // CASSANDRA-18942 Allow filtering works with map[key]
Review Comment:
```suggestion
// CASSANDRA-18492 Allow filtering works with map[key]
```
--
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]