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

    https://github.com/apache/spark/pull/22708#discussion_r225454136
  
    --- Diff: 
sql/core/src/test/java/test/org/apache/spark/sql/JavaBeanWithArraySuite.java ---
    @@ -0,0 +1,195 @@
    +package test.org.apache.spark.sql;
    +
    +import org.apache.spark.sql.Dataset;
    +import org.apache.spark.sql.Encoder;
    +import org.apache.spark.sql.Encoders;
    +import org.apache.spark.sql.test.TestSparkSession;
    +import org.apache.spark.sql.types.*;
    +import org.junit.After;
    +import org.junit.Assert;
    +import org.junit.Before;
    +import org.junit.Test;
    +
    +import java.util.*;
    --- End diff --
    
    The import orders here are not compliant with Spark codebase. You can 
follow the style in other tests like `JavaApplySchemaSuite`.


---

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

Reply via email to