clintropolis commented on a change in pull request #9187: Implement ANY aggregator URL: https://github.com/apache/druid/pull/9187#discussion_r367232554
########## File path: processing/src/main/java/org/apache/druid/query/aggregation/first/StringAggregatorUtils.java ########## @@ -29,7 +29,7 @@ import java.nio.ByteBuffer; import java.nio.charset.StandardCharsets; -public class StringFirstLastUtils +public class StringAggregatorUtils Review comment: If you decide to end up moving `chop` to `StringUtils`, please revert this rename ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
