You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had searched in the 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 (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?
I'm willing to submit a PR!
The text was updated successfully, but these errors were encountered:
## What does this PR do?
compatible low version guava
## Related issues
- #1593
## Does this PR introduce any user-facing change?
<!--
If any user-facing interface changes, please [open an
issue](https://github.com/apache/incubator-fury/issues/new/choose)
describing the need to do so and update the document if necessary.
-->
- [ ] Does this PR introduce any public API change?
- [ ] Does this PR introduce any binary protocol compatibility change?
## Benchmark
<!--
When the PR has an impact on performance (if you don't know whether the
PR will have an impact on performance, you can submit the PR first, and
if it will have impact on performance, the code reviewer will explain
it), be sure to attach a benchmark data here.
-->
Search before asking
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 (int)' not found
Anything Else?
with guava 18,
ImmutableMap.Builder
onlyBuilder()
contructor.builderCtrCache should support
lookup.findConstructor(builderClass, MethodType.methodType(void.class));
when throw excption.Are you willing to submit a PR?
The text was updated successfully, but these errors were encountered: