BinShi-SecularBird commented on a change in pull request #482: PHOENIX-4925 Use 
a Variant Segment tree to organize Guide Post Info
URL: https://github.com/apache/phoenix/pull/482#discussion_r297346266
 
 

 ##########
 File path: 
phoenix-core/src/main/java/org/apache/phoenix/schema/stats/StatisticsUtil.java
 ##########
 @@ -47,13 +46,17 @@
 import org.apache.phoenix.util.ByteUtil;
 import org.apache.phoenix.util.MetaDataUtil;
 import org.apache.phoenix.util.SchemaUtil;
+import org.slf4j.Logger;
+import org.slf4j.LoggerFactory;
 
 import com.google.common.collect.Sets;
 
 /**
  * Simple utility class for managing multiple key parts of the statistic
  */
 public class StatisticsUtil {
+    private static final Logger logger = 
LoggerFactory.getLogger(StatisticsUtil.class);
 
 Review comment:
   Resolved

----------------------------------------------------------------
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

Reply via email to