Github user squito commented on a diff in the pull request:

    https://github.com/apache/spark/pull/4435#discussion_r24285254
  
    --- Diff: core/pom.xml ---
    @@ -215,6 +215,11 @@
           <version>3.2.10</version>
         </dependency>
         <dependency>
    +      <groupId>com.fasterxml.jackson.module</groupId>
    +      <artifactId>jackson-module-scala_2.10</artifactId>
    +      <version>2.3.1</version>
    --- End diff --
    
    not exactly what you're asking but this module doesn't always play nicely 
with different versions of jackson itself.  So if somehow jackson gets bumped 
up to a later version b/c of some transitive dependency, often this needs to 
get bumped up to go along with it.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

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

Reply via email to