dongjoon-hyun commented on a change in pull request #32146:
URL: https://github.com/apache/spark/pull/32146#discussion_r612867557
##########
File path: sql/core/pom.xml
##########
@@ -113,6 +113,10 @@
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
</dependency>
+ <dependency>
+ <groupId>org.codehaus.jackson</groupId>
+ <artifactId>jackson-mapper-asl</artifactId>
Review comment:
In hive module, it was inevitable due to Apache Hive, but this new
addition will affect Spark's `mllib` module and `kafka-0-10-sql` module, too.
Where does this come from?
- If this is used only for testing, this should be a test dependency,
@andersonm-ibm .
- Another option is that moving this test case to `hive` module.
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]