anuprk commented on issue #6668: Compilation issue due to checkstyle error URL: https://github.com/apache/incubator-druid/issues/6668#issuecomment-442328947 Thanks @jihoonson. Maven 3.6.0 seems to be working. But I am getting below compilation error with JDK8. src/main/java/org/apache/druid/segment/StringDimensionMergerV9.java:[141,50] incompatible types: inferred type does not conform to upper bound(s) [ERROR] inferred: org.apache.druid.segment.data.CloseableIndexed<T> [ERROR] upper bound(s): org.apache.druid.segment.data.Indexed<java.lang.String>,java.io.Closeable [ERROR]
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on 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]
