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