dcapwell commented on code in PR #4006: URL: https://github.com/apache/cassandra/pull/4006#discussion_r2010668555
########## test/distributed/org/apache/cassandra/distributed/test/cql3/SingleNodeTableWalkTest.java: ########## @@ -419,6 +427,7 @@ public class State extends CommonState private final List<Symbol> searchableNonPartitionColumns; private final List<Symbol> searchableColumns; private final List<Symbol> nonPkIndexedColumns; + private final boolean isCas; Review Comment: i actually plan to make this a new test class that extends, rather than add CAS at the lower level. The main reason is mixing CAS with non CAS isn't deterministic -- 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: pr-unsubscr...@cassandra.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: pr-unsubscr...@cassandra.apache.org For additional commands, e-mail: pr-h...@cassandra.apache.org