maedhroz commented on code in PR #2916:
URL: https://github.com/apache/cassandra/pull/2916#discussion_r1401261053
##########
test/unit/org/apache/cassandra/index/sai/disk/v1/TermsReaderTest.java:
##########
@@ -72,18 +71,17 @@ private void doTestTermsIteration() throws IOException
{
final int terms = 70, postings = 2;
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]