Github user dongjoon-hyun commented on the issue:

    https://github.com/apache/spark/pull/16791
  
    Great, @liancheng .
    BTW, could you specify the test dependency like the following in this PR?
    ```
    diff --git a/sql/core/pom.xml b/sql/core/pom.xml
    index b8aa698090..f9acf815e3 100644
    --- a/sql/core/pom.xml
    +++ b/sql/core/pom.xml
    @@ -130,6 +130,12 @@
           <scope>test</scope>
         </dependency>
         <dependency>
    +      <groupId>org.apache.avro</groupId>
    +      <artifactId>avro</artifactId>
    +      <version>1.8.0</version>
    +      <scope>test</scope>
    +    </dependency>
    +    <dependency>
           <groupId>org.mockito</groupId>
           <artifactId>mockito-core</artifactId>
           <scope>test</scope>
    ```
    
    It's reported the maven test fails on `ParquetAvroCompatibilitySuite`.


---
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