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_r297350370
##########
File path:
phoenix-core/src/main/java/org/apache/phoenix/schema/stats/StatisticsWriter.java
##########
@@ -74,6 +76,7 @@
* Wrapper to access the statistics table SYSTEM.STATS using the HTable.
*/
public class StatisticsWriter implements Closeable {
+ private static final Log LOG = LogFactory.getLog(StatisticsWriter.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