bereng commented on code in PR #3095:
URL: https://github.com/apache/cassandra/pull/3095#discussion_r1559037486
##########
test/unit/org/apache/cassandra/cql3/validation/operations/SelectOrderedPartitionerTest.java:
##########
@@ -222,6 +222,21 @@ public void
testSingleColumnPartitionKeyWithTokenNonTokenRestrictionsMix() throw
execute("INSERT INTO %s (a, b) VALUES (2, 2);");
execute("INSERT INTO %s (a, b) VALUES (3, 3);");
execute("INSERT INTO %s (a, b) VALUES (4, 4);");
+
+ assertRows(execute("SELECT * FROM %s WHERE token(a) > token(?);",
+ 1),
Review Comment:
I would move that to the line above for readability
--
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]