willshen commented on a change in pull request #510: PHOENIX-5295: Local Index data not replicating for older HBase versio… URL: https://github.com/apache/phoenix/pull/510#discussion_r287475273
########## File path: phoenix-core/src/it/java/org/apache/phoenix/end2end/index/MutableIndexReplicationIT.java ########## @@ -42,11 +43,7 @@ import org.apache.hadoop.hbase.HConstants; import org.apache.hadoop.hbase.HTableDescriptor; import org.apache.hadoop.hbase.TableName; -import org.apache.hadoop.hbase.client.HBaseAdmin; -import org.apache.hadoop.hbase.client.HTable; -import org.apache.hadoop.hbase.client.Result; -import org.apache.hadoop.hbase.client.ResultScanner; -import org.apache.hadoop.hbase.client.Scan; +import org.apache.hadoop.hbase.client.*; Review comment: I think we want to keep the import expanded. ---------------------------------------------------------------- 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
