tanelk commented on a change in pull request #29743:
URL: https://github.com/apache/spark/pull/29743#discussion_r487576281
##########
File path:
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/complexTypeCreator.scala
##########
@@ -36,7 +36,8 @@ import org.apache.spark.unsafe.types.UTF8String
Examples:
> SELECT _FUNC_(1, 2, 3);
[1,2,3]
- """)
+ """,
+ since = "1.1.0")
case class CreateArray(children: Seq[Expression], useStringTypeWhenEmpty:
Boolean)
Review comment:
Did not find the jira for this. The first pull, where I saw this code
was #2936
Guessed the version from the date of that pull request.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]