You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2021/04/14 00:59:38 UTC

[GitHub] [spark] dongjoon-hyun commented on a change in pull request #32146: [SPARK-34990] Add a test for Parquet Modular Encryption in Spark.

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 will affect Spark's `mllib` module and `kafka-0-10-sql` module, too.




-- 
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org