davecromberge commented on code in PR #12164: URL: https://github.com/apache/pinot/pull/12164#discussion_r1439551672
########## pinot-segment-local/src/main/java/org/apache/pinot/segment/local/segment/store/StarTreeIndexReader.java: ########## @@ -121,7 +124,9 @@ private void mapBufferEntries(int starTreeId, _dataBuffer, ByteOrder.BIG_ENDIAN)); } // Load metric (function-column pair) forward indexes - for (AggregationFunctionColumnPair functionColumnPair : starTreeMetadata.getFunctionColumnPairs()) { + TreeMap<AggregationFunctionColumnPair, AggregationSpec> deduplicatedAggregationSpecs = Review Comment: I've not found a way to log warnings, but have validated that the configuration does not contain duplicates in this commit: https://github.com/apache/pinot/pull/12164/commits/ab6b03d58955b2b748ac801641b4f629d9b58152 -- 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