dcapwell commented on code in PR #4328:
URL: https://github.com/apache/cassandra/pull/4328#discussion_r2292102155


##########
test/distributed/org/apache/cassandra/distributed/test/cql3/StatefulASTBase.java:
##########
@@ -673,97 +685,6 @@ protected Value value(RandomSource rs, ByteBuffer bb, 
AbstractType<?> type)
             return bindOrLiteralGen.next(rs) ? new Bind(bb, type) : new 
Literal(bb, type);
         }
 
-        protected ByteBuffer[][] executeQuery(IInstance instance, int 
fetchSize, ConsistencyLevel cl, Statement stmt)
-        {
-            if (cl == ConsistencyLevel.NODE_LOCAL)

Review Comment:
   NODE_LOCAL was dead code, so finally dropped it as its really not supported



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

Reply via email to