clintropolis commented on issue #8647: use the latest release of datasketches URL: https://github.com/apache/incubator-druid/pull/8647#issuecomment-544071189 I think it would be reasonable to modify the tests to be skipped for now on newer java versions and we add this to list of known issues with running newer versions of java, though I'm not sure the best way to do that. There is a [function in `JvmUtils`](https://github.com/apache/incubator-druid/blob/master/core/src/main/java/org/apache/druid/utils/JvmUtils.java#L47) to check, I guess in the worst case could put an if statement and just skip the test if java 9+, similar to how some of the vectorization tests are done.
---------------------------------------------------------------- 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]
