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

    https://github.com/apache/spark/pull/20826#discussion_r174662613
  
    --- Diff: 
sql/core/src/test/gen-java/org/apache/spark/sql/execution/datasources/parquet/test/avro/AvroArrayOfArray.java
 ---
    @@ -1,39 +1,45 @@
     /**
      * Autogenerated by Avro
    - * 
    + *
      * DO NOT EDIT DIRECTLY
      */
    -package org.apache.spark.sql.execution.datasources.parquet.test.avro;  
    +package org.apache.spark.sql.execution.datasources.parquet.test.avro;
    +
    +import org.apache.avro.specific.SpecificData;
    +
     @SuppressWarnings("all")
     @org.apache.avro.specific.AvroGenerated
     public class AvroArrayOfArray extends 
org.apache.avro.specific.SpecificRecordBase implements 
org.apache.avro.specific.SpecificRecord {
    +  private static final long serialVersionUID = -5085901832173924180L;
       public static final org.apache.avro.Schema SCHEMA$ = new 
org.apache.avro.Schema.Parser().parse("{\"type\":\"record\",\"name\":\"AvroArrayOfArray\",\"namespace\":\"org.apache.spark.sql.execution.datasources.parquet.test.avro\",\"fields\":[{\"name\":\"int_arrays_column\",\"type\":{\"type\":\"array\",\"items\":{\"type\":\"array\",\"items\":\"int\"}}}]}");
       public static org.apache.avro.Schema getClassSchema() { return SCHEMA$; }
       @Deprecated public java.util.List<java.util.List<java.lang.Integer>> 
int_arrays_column;
     
       /**
        * Default constructor.  Note that this does not initialize fields
        * to their default values from the schema.  If that is desired then
    -   * one should use <code>newBuilder()</code>. 
    +   * one should use <code>newBuilder()</code>.
    --- End diff --
    
    @aws-awinstan Can we remove unrelated changes? It looks hard to follow the 
changes.


---

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

Reply via email to