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

    https://github.com/apache/spark/pull/21155#discussion_r193928034
  
    --- Diff: 
sql/catalyst/src/test/scala/org/apache/spark/sql/catalyst/expressions/CollectionExpressionsSuite.scala
 ---
    @@ -308,6 +313,292 @@ class CollectionExpressionsSuite extends 
SparkFunSuite with ExpressionEvalHelper
           ArrayMax(Literal.create(Seq(1.123, 0.1234, 1.121), 
ArrayType(DoubleType))), 1.123)
       }
     
    +  test("Sequence") {
    --- End diff --
    
    Maybe we need additional words in the test title?


---

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

Reply via email to