gianm commented on issue #9181: Speed up String first/last aggregators when folding isn't needed. URL: https://github.com/apache/druid/pull/9181#issuecomment-575427555 > There's a TC error about an unresolved reference to the chop method That was from a javadoc for `fastLooseChop`. It looks like `chop` was moved to StringUtils, so I moved `fastLooseChop` to the same place. And added unit tests for good measure.
---------------------------------------------------------------- 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]
