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

    https://github.com/apache/spark/pull/22006#discussion_r208209419
  
    --- Diff: 
sql/catalyst/src/test/scala/org/apache/spark/sql/types/DataTypeSuite.scala ---
    @@ -452,4 +452,31 @@ class DataTypeSuite extends SparkFunSuite {
         new StructType().add("f1", IntegerType).add("f", new 
StructType().add("f2", StringType, false)),
         new StructType().add("f2", IntegerType).add("g", new 
StructType().add("f1", StringType)),
         false)
    +
    +  test("SPARK-25031: MapType should produce current formatted string for 
complex types") {
    +
    --- End diff --
    
    nit: unneeded blank line


---

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

Reply via email to