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

    https://github.com/apache/spark/pull/22251#discussion_r213407441
  
    --- Diff: 
external/avro/src/test/scala/org/apache/spark/sql/avro/AvroSuite.scala ---
    @@ -1099,6 +1098,27 @@ class AvroSuite extends QueryTest with 
SharedSQLContext with SQLTestUtils {
         }
       }
     
    +  test("check namespace - toAvroType") {
    --- End diff --
    
    Its sort of covered in the below existing cases. Do you think we need more?
    
    [Validate namespace in avro file that has nested records with the same 
name](https://github.com/apache/spark/blob/master/external/avro/src/test/scala/org/apache/spark/sql/avro/AvroSuite.scala#L1078)
    [conversion to avro and back with 
namespace](https://github.com/apache/spark/blob/master/external/avro/src/test/scala/org/apache/spark/sql/avro/AvroSuite.scala#L510)


---

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

Reply via email to