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_r275095227
########## File path: phoenix-core/src/main/java/org/apache/phoenix/schema/stats/DefaultStatisticsCollector.java ########## @@ -20,11 +20,9 @@ import java.io.IOException; import java.sql.Connection; import java.sql.SQLException; -import java.util.ArrayList; -import java.util.List; -import java.util.Map; -import java.util.Set; +import java.util.*; Review comment: This occurs in several files. ---------------------------------------------------------------- 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
