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_r275092531
##########
File path:
phoenix-core/src/main/java/org/apache/phoenix/schema/stats/GuidePostEstimation.java
##########
@@ -0,0 +1,89 @@
+package org.apache.phoenix.schema.stats;
+
+import org.apache.phoenix.util.SizedUtil;
+
+public final class GuidePostEstimation {
Review comment:
Please add unit tests as well.
----------------------------------------------------------------
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