wangyum commented on code in PR #42446:
URL: https://github.com/apache/spark/pull/42446#discussion_r1290858738
##########
pom.xml:
##########
@@ -1838,7 +1838,7 @@
<groupId>org.codehaus.jackson</groupId>
<artifactId>jackson-mapper-asl</artifactId>
<version>${codehaus.jackson.version}</version>
- <scope>test</scope>
+ <scope>${hive.deps.scope}</scope>
Review Comment:
The master branch uses Hadoop 3.3.6. So Hadoop doesn't need this.
The branch-3.5 uses Hadoop 3.3.4. so Hadoop still need this.
https://issues.apache.org/jira/browse/HADOOP-13332
--
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]