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

 ##########
 File path: 
phoenix-core/src/main/java/org/apache/phoenix/schema/stats/StatisticsWriter.java
 ##########
 @@ -31,6 +31,8 @@
 import java.util.ArrayList;
 import java.util.List;
 
+import org.apache.commons.logging.Log;
 
 Review comment:
   let's use `org.slf4j` here instead of `org.apache.commons` to make 
consistent.
   import org.slf4j.Logger;
   import org.slf4j.LoggerFactory;

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