drcrallen opened a new issue #6831: 0.13.0-incubating tag does not compile URL: https://github.com/apache/incubator-druid/issues/6831 ```sh $ git checkout druid-0.13.0-incubating $ mvn clean test-compile -pl extensions-core/avro-extensions [ERROR] /Users/charles.allen/src/druid/extensions-core/avro-extensions/src/test/java/org/apache/druid/data/input/AvroStreamInputRowParserTest.java:[127,81] cannot find symbol symbol: method asMap(java.util.HashSet<java.lang.CharSequence>,<anonymous com.google.common.base.Function<java.lang.CharSequence,java.lang.Integer>>) location: class com.google.common.collect.Maps [ERROR] /Users/charles.allen/src/druid/extensions-core/avro-extensions/src/test/java/org/apache/druid/data/input/AvroStreamInputRowParserTest.java:[138,89] cannot find symbol symbol: method asMap(java.util.HashSet<java.lang.CharSequence>,<anonymous com.google.common.base.Function<java.lang.CharSequence,java.lang.CharSequence>>) location: class com.google.common.collect.Maps ... For some reason the pig h2 dependency is rolling in guava but not shading it.
---------------------------------------------------------------- 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]
