You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
org.apache.hive:hive-exec bundles in some transitive dependencies (e.g. guava) without shading them. This causes classpath issues in the test framework as user is not able to depend on newer guava version. Instead we should use org.apache.hive:hive-exec:core jar which does not bundle transitive dependencies. This way, guava dependencies can be manipulated through Gradle dependency resolution if required.
The text was updated successfully, but these errors were encountered:
org.apache.hive:hive-exec
bundles in some transitive dependencies (e.g. guava) without shading them. This causes classpath issues in the test framework as user is not able to depend on newer guava version. Instead we should useorg.apache.hive:hive-exec:core
jar which does not bundle transitive dependencies. This way, guava dependencies can be manipulated through Gradle dependency resolution if required.The text was updated successfully, but these errors were encountered: