this is usually faster: "./gradlew iceberg-bundled-guava:build". I believe
that is also what Ryan refers to.
Yeah, I also often find the need to "*Reload All Gradle Projects*" in the
Gradle view.
On Mon, Jul 12, 2021 at 11:51 PM Eduard Tudenhoefner
wrote:
> Usually this problem goes away after
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 wrote:
> It looks like your problem is probably in an IDE not havi
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..
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