christophschnepf commented on code in PR #4670:
URL: https://github.com/apache/cassandra/pull/4670#discussion_r3067947478


##########
test/unit/org/apache/cassandra/io/sstable/ScrubTest.java:
##########
@@ -412,7 +412,7 @@ public void testScrubOneRowWithCorruptedKey() throws 
IOException, ConfigurationE
         if (BigFormat.is(sstable.descriptor.getFormat()))
             assertOrderedAll(cfs, 4);
         else if (BtiFormat.is(sstable.descriptor.getFormat()))
-            // For Trie format we won't be able to recover the damaged 
partition key (partion index doesn't store the whole key)
+            // For Trie format we won't be able to recover the damaged 
partition key (partitioner index doesn't store the whole key)

Review Comment:
   This reads like it should be "partition index" instead of "partitioner index"



-- 
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]

Reply via email to