andimiller commented on code in PR #10982: URL: https://github.com/apache/pinot/pull/10982#discussion_r1247760748
########## pinot-segment-local/src/main/java/org/apache/pinot/segment/local/utils/TableConfigUtils.java: ########## @@ -42,6 +42,7 @@ import org.apache.pinot.common.request.context.RequestContextUtils; import org.apache.pinot.common.tier.TierFactory; import org.apache.pinot.common.utils.config.TagNameUtils; +import org.apache.pinot.segment.local.aggregator.ValueAggregatorFactory; Review Comment: I've gone back to using a `Set`, but used a `Set` of `AggregationFunctionType`, and added a comment in the core `ValueAggregatorFactory` to remind people to update this `Set` -- 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