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

    https://github.com/apache/spark/pull/20010#discussion_r158851910
  
    --- Diff: 
sql/catalyst/src/test/scala/org/apache/spark/sql/catalyst/analysis/TypeCoercionSuite.scala
 ---
    @@ -389,6 +389,25 @@ class TypeCoercionSuite extends AnalysisTest {
         widenTest(StringType, MapType(IntegerType, StringType, true), None)
         widenTest(ArrayType(IntegerType), StructType(Seq()), None)
     
    +    widenTest(
    +      ArrayType(StringType, containsNull=true),
    --- End diff --
    
    Fixed, see dfb4a3b47d88853be348aafd9802f799639693f6


---

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

Reply via email to