maedhroz commented on code in PR #2916:
URL: https://github.com/apache/cassandra/pull/2916#discussion_r1401265538
##########
test/unit/org/apache/cassandra/index/sai/disk/v1/bbtree/BlockBalancedTreeQueriesTest.java:
##########
@@ -213,7 +213,7 @@ private byte[] toSortableBytes(int value)
private Expression buildExpression(Operator op, int value)
{
- 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]