dbtsai commented on a change in pull request #32146:
URL: https://github.com/apache/spark/pull/32146#discussion_r612646964



##########
File path: sql/core/pom.xml
##########
@@ -109,10 +109,16 @@
       <groupId>org.eclipse.jetty</groupId>
       <artifactId>jetty-servlet</artifactId>
     </dependency>
+
     <dependency>
       <groupId>com.fasterxml.jackson.core</groupId>
       <artifactId>jackson-databind</artifactId>
     </dependency>
+    <dependency>
+      <groupId>org.codehaus.jackson</groupId>
+      <artifactId>jackson-mapper-asl</artifactId>
+    </dependency>
+

Review comment:
       I mean the extra new line change.
   
   cc @dongjoon-hyun to check if it's okay to add `jackson-mapper-asl` as new 
dep in core 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]

Reply via email to