pan3793 commented on code in PR #46521:
URL: https://github.com/apache/spark/pull/46521#discussion_r1596337751
##########
pom.xml:
##########
@@ -1938,19 +1937,6 @@
</exclusion>
</exclusions>
</dependency>
- <!-- Hive 2.3 need this to init Hive's FunctionRegistry -->
- <dependency>
- <groupId>org.codehaus.jackson</groupId>
- <artifactId>jackson-core-asl</artifactId>
- <version>${codehaus.jackson.version}</version>
- <scope>${hive.jackson.scope}</scope>
Review Comment:
if we identified some issues on hive 2.3.10 before 4.0.0 release, we may
need to revert this patch and fallback to SPARK-47119 approach to mitigate
CodeHaus Jackson dependencies vulnerabilities, see comemnts at
https://github.com/apache/spark/pull/45201#issuecomment-2103839853
--
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]