Github user mgaido91 commented on a diff in the pull request:
https://github.com/apache/spark/pull/22317#discussion_r214646362
--- Diff:
sql/catalyst/src/test/scala/org/apache/spark/sql/catalyst/expressions/CollectionExpressionsSuite.scala
---
@@ -439,6 +439,7 @@ class CollectionExpressionsSuite extends SparkFunSuite
with ExpressionEvalHelper
val a4 = Literal.create(Seq[String](null, ""), ArrayType(StringType))
val a5 = Literal.create(Seq[String]("", "abc"), ArrayType(StringType))
val a6 = Literal.create(Seq[String]("def", "ghi"),
ArrayType(StringType))
+ val a7 = Literal.create(Seq(1, 2, 3), ArrayType(IntegerType, false))
--- End diff --
ditto
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]