davecromberge commented on code in PR #12164: URL: https://github.com/apache/pinot/pull/12164#discussion_r1433848301
########## pinot-segment-local/src/main/java/org/apache/pinot/segment/local/aggregator/DistinctCountHLLPlusValueAggregator.java: ########## @@ -31,6 +31,7 @@ public class DistinctCountHLLPlusValueAggregator implements ValueAggregator<Object, HyperLogLogPlus> { public static final DataType AGGREGATED_VALUE_TYPE = DataType.BYTES; + public static final AggregationFunctionType AGGREGATION_FUNCTION_TYPE = AggregationFunctionType.DISTINCTCOUNTHLL; Review Comment: Fixed in https://github.com/apache/pinot/pull/12164/commits/722d89b3f88a7fe3ec0d97c94f88add2330f980e. -- 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. To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org