gjacoby126 commented on a change in pull request #666: Phoenix-5652 Improve IndexScrutinyTool perf by using SkipScan in index table queries URL: https://github.com/apache/phoenix/pull/666#discussion_r365364774
########## File path: phoenix-core/src/main/java/org/apache/phoenix/mapreduce/index/IndexScrutinyMapper.java ########## @@ -54,6 +58,8 @@ import com.google.common.base.Joiner; +import static org.junit.Assert.assertEquals; Review comment: JUnit classes generally shouldn't be imported into non-test code, plus this looks unused. ---------------------------------------------------------------- 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
