dbwong commented on a change in pull request #482: PHOENIX-4925 Use Segment tree to organize Guide Post Info URL: https://github.com/apache/phoenix/pull/482#discussion_r275091492
########## File path: phoenix-core/src/main/java/org/apache/phoenix/iterate/BaseResultIterators.java ########## @@ -95,30 +96,17 @@ import org.apache.phoenix.query.QueryConstants; import org.apache.phoenix.query.QueryServices; import org.apache.phoenix.query.QueryServicesOptions; -import org.apache.phoenix.schema.ColumnFamilyNotFoundException; -import org.apache.phoenix.schema.PColumn; -import org.apache.phoenix.schema.PColumnFamily; -import org.apache.phoenix.schema.PTable; +import org.apache.phoenix.schema.*; Review comment: Phoenix does not use * imports. ---------------------------------------------------------------- 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
