MrChang0 opened a new issue, #1593: URL: https://github.com/apache/incubator-fury/issues/1593
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/incubator-fury/issues) and found no similar issues. ### Version master ### Component(s) Java ### Minimal reproduce step dependency fury and guava version 18 ### What did you expect to see? run without error ### What did you see instead? Caused by: java.lang.NoSuchMethodError: com.google.common.collect.ImmutableBiMap$Builder: method 'void <init>(int)' not found ### Anything Else? with guava 18, `ImmutableMap.Builder` only `Builder()` contructor. builderCtrCache should support ` lookup.findConstructor(builderClass, MethodType.methodType(void.class));` when throw excption. ### Are you willing to submit a PR? - [X] I'm willing to submit a PR! -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
