maedhroz commented on code in PR #2916:
URL: https://github.com/apache/cassandra/pull/2916#discussion_r1401265094
##########
test/unit/org/apache/cassandra/index/sai/disk/v1/bbtree/BlockBalancedTreeQueriesTest.java:
##########
@@ -40,7 +40,7 @@ public class BlockBalancedTreeQueriesTest extends
SAIRandomizedTester
@Test
public void testMatchesAll()
{
- Expression expression = new
Expression(SAITester.createIndexContext("meh", Int32Type.instance));
+ Expression expression =
Expression.create(SAITester.createMockIndex("meh", Int32Type.instance));
Review Comment:
```suggestion
Expression expression = Expression.create(createMockIndex("meh",
Int32Type.instance));
```
--
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]