maedhroz commented on code in PR #2916:
URL: https://github.com/apache/cassandra/pull/2916#discussion_r1401261361
##########
test/unit/org/apache/cassandra/index/sai/disk/v1/TermsReaderTest.java:
##########
@@ -99,22 +97,21 @@ private void doTestTermsIteration() throws IOException
private void testTermQueries(int numTerms, int numPostings) throws
IOException
{
final IndexDescriptor indexDescriptor = newIndexDescriptor();
- final String index = newIndex();
- final IndexContext indexContext = SAITester.createIndexContext(index,
UTF8Type.instance);
+ final IndexIdentifier indexIdentifier =
SAITester.createIndexIdentifier("test", "test", newIndex());
Review Comment:
```suggestion
final IndexIdentifier indexIdentifier =
createIndexIdentifier("test", "test", newIndex());
```
nit
--
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]