gianm commented on issue #8100: SQL support for t-digest based sketch aggregators URL: https://github.com/apache/incubator-druid/pull/8100#issuecomment-515626507 Oh, actually I think you need this: ``` <dependency> <groupId>org.apache.druid</groupId> <artifactId>druid-server</artifactId> <version>${project.parent.version}</version> <type>test-jar</type> <scope>test</scope> </dependency> ``` (The `<type>test-jar</type>` part in particular)
---------------------------------------------------------------- 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]
