aweisberg commented on code in PR #3395:
URL: https://github.com/apache/cassandra/pull/3395#discussion_r1706023984


##########
test/unit/org/apache/cassandra/cql3/PagingTest.java:
##########
@@ -140,7 +140,7 @@ public boolean 
isWorthMergingForRangeQuery(ReplicaCollection merged, ReplicaColl
         }
         Thread.sleep(1500);
 
-        Statement stmt = new SimpleStatement(String.format("SELECT DISTINCT 
token(id, id2), id, id2 FROM %s", table));
+        Statement stmt = new SimpleStatement(String.format("SELECT DISTINCT 
token(id, id2), id, id2 FROM %s WHERE token(id, id2) >= -9223372036854775808", 
table));

Review Comment:
   Not supposed to be included, I think at the time I was checking to see how 
it was planned if you specified the starting point. I'll revert it.



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