LuciferYang commented on a change in pull request #34991:
URL: https://github.com/apache/spark/pull/34991#discussion_r774306663
##########
File path: dev/deps/spark-deps-hadoop-2-hive-2.3
##########
@@ -201,7 +201,7 @@ metrics-json/4.2.2//metrics-json-4.2.2.jar
metrics-jvm/4.2.2//metrics-jvm-4.2.2.jar
minlog/1.3.0//minlog-1.3.0.jar
netty-all/4.1.68.Final//netty-all-4.1.68.Final.jar
-objenesis/2.6//objenesis-2.6.jar
+objenesis/3.2//objenesis-3.2.jar
Review comment:
objenesis is the cascade dependency of mockito, it's scope is considered
as `compile` in `unsafe` module:
```
[INFO] --- maven-dependency-plugin:3.1.1:tree (default-cli) @
spark-unsafe_2.12 ---
[INFO] org.apache.spark:spark-unsafe_2.12:jar:3.3.0-SNAPSHOT
[INFO] +- org.apache.spark:spark-tags_2.12:jar:3.3.0-SNAPSHOT:compile
[INFO] | \- org.scala-lang:scala-library:jar:2.12.15:compile
[INFO] +- org.apache.spark:spark-tags_2.12:test-jar:tests:3.3.0-SNAPSHOT:test
[INFO] +- com.twitter:chill_2.12:jar:0.10.0:compile
[INFO] | +- com.twitter:chill-java:jar:0.10.0:compile
[INFO] | \- com.esotericsoftware:kryo-shaded:jar:4.0.2:compile
[INFO] | \- com.esotericsoftware:minlog:jar:1.3.0:compile
[INFO] +- com.google.code.findbugs:jsr305:jar:3.0.0:compile
[INFO] +- com.google.guava:guava:jar:14.0.1:provided
[INFO] +- org.slf4j:slf4j-api:jar:1.7.30:provided
[INFO] +- org.mockito:mockito-core:jar:3.12.4:test
[INFO] | +- net.bytebuddy:byte-buddy:jar:1.11.13:test
[INFO] | +- net.bytebuddy:byte-buddy-agent:jar:1.11.13:test
[INFO] | \- org.objenesis:objenesis:jar:3.2:compile
```
I haven't found the root cause yet.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]