smiklosovic commented on code in PR #2212: URL: https://github.com/apache/cassandra/pull/2212#discussion_r1133842713
########## test/burn/org/apache/cassandra/transport/SimpleClientPerfTest.java: ########## @@ -30,7 +30,7 @@ import java.util.stream.Collectors; import com.google.common.util.concurrent.RateLimiter; -import org.apache.commons.math.stat.descriptive.DescriptiveStatistics; +import org.apache.commons.math3.stat.descriptive.DescriptiveStatistics; Review Comment: `org.apache.commons.math` is not there anymore, but commons.math3 is. -- 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]

