srowen commented on a change in pull request #21215: [SPARK-24148][SQL] 
Overloading array function to support typed empty arrays
URL: https://github.com/apache/spark/pull/21215#discussion_r274992340
 
 

 ##########
 File path: sql/core/src/main/scala/org/apache/spark/sql/functions.scala
 ##########
 @@ -1022,6 +1022,16 @@ object functions {
     array((colName +: colNames).map(col) : _*)
   }
 
+  /**
+   * Creates a new column with empty arrays of the given type.
+   *
+   * @group normal_funcs
+   * @since 2.4.0
 
 Review comment:
   (This can't be since 2.4.0)

----------------------------------------------------------------
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]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to