hnguyen08 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_r287546844
########## 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: Reverted back to expanded import ---------------------------------------------------------------- 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
