Usually this problem goes away after running "*./gradlew clean build -x test -x javadoc -x integrationTest*" but I sometimes also have to "*Reload All Gradle Projects*" in the Gradle view.
On Fri, Jul 9, 2021 at 8:30 PM Ryan Blue <b...@tabular.io> wrote: > It looks like your problem is probably in an IDE not having the > iceberg-bundled-guava Jar indexed. Usually, you just need to build the > iceberg-bundled-guava module and then your IDE will pick it up. Kicking off > a build on the command line also works. > > On Fri, Jul 9, 2021 at 11:24 AM ???? <3328183...@qq.com.invalid> wrote: > >> dear iceberg developer >> I can not import the relocated as follows >> import >> org.apache.iceberg.relocated.com.google.common.collect.ImmutableMap; >> import org.apache.iceberg.relocated.com.google.common.collect.Lists; >> import org.apache.iceberg.relocated.com.google.common.collect.Maps; >> import org.apache.iceberg.relocated.com.google.common.collect.Sets; >> >> how could I import the relocated modle >> >> thanks >> > > > -- > Ryan Blue > Tabular >