Github user wajda commented on a diff in the pull request:
https://github.com/apache/spark/pull/21155#discussion_r197496293
--- 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 --
renamed
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]