maedhroz commented on code in PR #2540:
URL: https://github.com/apache/cassandra/pull/2540#discussion_r1287924332


##########
test/unit/org/apache/cassandra/index/sai/iterators/KeyRangeConcatIteratorTest.java:
##########
@@ -33,8 +33,8 @@
 public class KeyRangeConcatIteratorTest extends AbstractKeyRangeIteratorTester
 {
     private static final String MUST_BE_SORTED_ERROR = "RangeIterator must be 
sorted, previous max: PrimaryKey: " +
-                                                       "{ token: %d, 
partition: null, clustering: null:null} , " +
-                                                       "next min: PrimaryKey: 
{ token: %d, partition: null, clustering: null:null} ";
+                                                       "{ token: %d }, " +
+                                                       "next min: PrimaryKey: 
{ token: %d }";

Review Comment:
   nit: Not terribly important, but could create a constant in 
`KeyRangeConcatIterator` and reuse here...modulo the `PrimaryKey` bits...



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