Voltir commented on issue #727: Fix for #245 URL: https://github.com/apache/incubator-iceberg/pull/727#issuecomment-572187691 @chenjunjiedada What do you make of this though: ``` jar -tf ~/Downloads/iceberg-spark-runtime-0.7.0-incubating.jar | grep guava | head META-INF/maven/org.apache.avro/avro-guava-dependencies/ META-INF/maven/org.apache.avro/avro-guava-dependencies/pom.xml META-INF/maven/org.apache.avro/avro-guava-dependencies/pom.properties META-INF/maven/com.google.guava/ META-INF/maven/com.google.guava/guava/ META-INF/maven/com.google.guava/guava/pom.xml META-INF/maven/com.google.guava/guava/pom.properties META-INF/maven/com.google.guava/failureaccess/ META-INF/maven/com.google.guava/failureaccess/pom.properties META-INF/maven/com.google.guava/failureaccess/pom.xml ``` It appears guava isnt shaded (and might be the source of our issues)
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
