christinefeng commented on a change in pull request #749: PHOENIX-4521: Allow Pherf scenario to define per query max allowed query execution duration after which thread is interrupted URL: https://github.com/apache/phoenix/pull/749#discussion_r402667151
########## File path: phoenix-pherf/src/test/java/org/apache/phoenix/pherf/PherfTest.java ########## @@ -18,10 +18,18 @@ package org.apache.phoenix.pherf; +import org.apache.commons.lang.StringUtils; Review comment: I'm using StringUtils in my mapResults helper function to clean up the results read from the CSV files (just removing extraneous characters and whitespace for readability) ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
