jon-wei commented on a change in pull request #6638: Fixed buckets histogram aggregator URL: https://github.com/apache/incubator-druid/pull/6638#discussion_r247298870
########## File path: processing/src/main/java/org/apache/druid/query/aggregation/AggregatorUtil.java ########## @@ -75,6 +75,7 @@ public static final byte LONG_LAST_CACHE_TYPE_ID = 0x18; public static final byte TIMESTAMP_CACHE_TYPE_ID = 0x19; public static final byte VARIANCE_CACHE_TYPE_ID = 0x1A; + public static final byte FIXED_BUCKET_HIST_CACHE_TYPE_ID = 0x1B; Review comment: fixed, thanks ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on 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 --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
