davecromberge commented on code in PR #12164: URL: https://github.com/apache/pinot/pull/12164#discussion_r1434289568
########## pinot-segment-local/src/main/java/org/apache/pinot/segment/local/startree/v2/builder/BaseSingleTreeBuilder.java: ########## @@ -133,7 +133,9 @@ static class Record { "Dimension: " + dimension + " does not have dictionary"); } - TreeMap<AggregationFunctionColumnPair, AggregationSpec> aggregationSpecs = builderConfig.getAggregationSpecs(); + TreeMap<AggregationFunctionColumnPair, AggregationSpec> aggregationSpecs = + StarTreeBuilderUtils.deduplicateAggregationSpecs(builderConfig.getAggregationSpecs()); Review Comment: This comment is discussed [here](https://github.com/apache/pinot/pull/12164#discussion_r1434289093). -- 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