dcapwell commented on code in PR #3625:
URL: https://github.com/apache/cassandra/pull/3625#discussion_r1811458401
##########
test/harry/main/org/apache/cassandra/harry/model/SelectHelper.java:
##########
@@ -140,7 +140,7 @@ public static CompiledStatement count(SchemaSpec schema,
long pd)
private static SchemaSpec.AddRelationCallback
appendToBuilderCallback(Select.Builder builder)
{
return (spec, kind, value) ->
- builder.withWhere(toInequalities(kind), Reference.of(new
Symbol(spec.name, spec.type.asServerType())), new Bind(value,
spec.type.asServerType()));
Review Comment:
style change... I think the code is easier to read if you push the kind in
the middle... `col > 42` vs `> col 42`
--
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]