pranavbhole commented on code in PR #15434: URL: https://github.com/apache/druid/pull/15434#discussion_r1408712501
########## processing/src/main/java/org/apache/druid/query/aggregation/any/StringAnyBufferAggregator.java: ########## @@ -34,11 +35,13 @@ public class StringAnyBufferAggregator implements BufferAggregator private final BaseObjectColumnValueSelector valueSelector; private final int maxStringBytes; + final boolean aggregateMultipleValues; Review Comment: fixed -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
