You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2019/04/14 20:54:57 UTC

[GitHub] [spark] mn-mikke commented on a change in pull request #21215: [SPARK-24148][SQL] Overloading array function to support typed empty arrays

mn-mikke 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_r275173878
 
 

 ##########
 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:
   Yeah, the PR is quite stale. :-)

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

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