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


##########
test/distributed/org/apache/cassandra/distributed/test/JavaDriverUtils.java:
##########
@@ -77,4 +78,24 @@ public static List<InetSocketAddress> 
buildContactPoints(ICluster<? extends IIns
                     .map(ClusterUtils::getNativeInetSocketAddress)
                     .collect(Collectors.toList());
     }
+
+    public static ConsistencyLevel 
toDriverCL(org.apache.cassandra.distributed.api.ConsistencyLevel cl)

Review Comment:
   not used anymore.  This was moved out of `StatefulASTBase`.  In trunk i have 
a test to repo a history, so had to refactor that out



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