ctubbsii commented on a change in pull request #1050: Fix #871 Use regular jar
for ITs module
URL: https://github.com/apache/fluo/pull/1050#discussion_r222091685
##########
File path:
modules/integration-tests/src/main/java/org/apache/fluo/integration/impl/StochasticBankIT.java
##########
@@ -195,7 +193,7 @@ private static void runVerifier(Environment env, int
numAccounts, int num) {
long t1 = System.currentTimeMillis();
TestTransaction tx = new TestTransaction(env);
- Stat stat = new Stat();
+ org.apache.accumulo.core.util.Stat stat = new
org.apache.accumulo.core.util.Stat();
Review comment:
This change was just to get the build not to fail. I agree switching to
commons-math3 would be good, and that it's a follow-on thing.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services