jberragan commented on code in PR #153:
URL: 
https://github.com/apache/cassandra-analytics/pull/153#discussion_r2616115231


##########
cassandra-analytics-integration-tests/src/test/java/org/apache/cassandra/analytics/SparkTestUtils.java:
##########
@@ -266,6 +266,7 @@ protected String sidecarInstancesOption(ICluster<? extends 
IInstance> cluster, D
     public static Stream<String> sidecarInstancesOptionStream(ICluster<? 
extends IInstance> cluster, DnsResolver dnsResolver)
     {
         return IntStream.rangeClosed(1, cluster.size())
+                        .filter(i -> !cluster.get(i).isShutdown())

Review Comment:
   How does this change related to the rest of the PR?



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