Github user dongjoon-hyun commented on a diff in the pull request:

    https://github.com/apache/spark/pull/16795#discussion_r99944889
  
    --- Diff: sql/core/pom.xml ---
    @@ -129,6 +129,19 @@
           <artifactId>parquet-avro</artifactId>
           <scope>test</scope>
         </dependency>
    +    <!--
    +      This version of avro test-dep is different from the one defined
    +      in the parent pom. The parent pom has avro 1.7.7 test-dep for Hadoop.
    +      Here, ParquetAvroCompatibilitySuite uses parquet-avro's 
AvroParquetWriter
    +      which uses avro 1.8.0+ specific API. In Maven 3, we need to have
    +      this here to have different versions for the same artifact.
    +    -->
    --- End diff --
    
    @srowen . This is the added comments.


---
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 [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to