GuangMing Lu created TEZ-4446: --------------------------------- Summary: Guava a non-generic invocation method Key: TEZ-4446 URL: https://issues.apache.org/jira/browse/TEZ-4446 Project: Apache Tez Issue Type: Bug Affects Versions: 0.10.2, 0.9.2 Reporter: GuangMing Lu
It is recommended not to use the call methods that are not common to the Guava package, This may cause conflicting calls between different versions of Guava packages {code:java} // org.apache.tez.runtime.library.common.shuffle.Fetcher.java if (multiplex) { Preconditions.checkArgument(partition == 0, "Shared fetches cannot be done for partitioned input" + "- partition is non-zero (%d)", partition); } {code} -- This message was sent by Atlassian Jira (v8.20.10#820010)