You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Apache Spark (JIRA)" <ji...@apache.org> on 2018/04/27 15:51:00 UTC

[jira] [Commented] (SPARK-23736) High-order function: concat(array1, array2, ..., arrayN) → array

    [ https://issues.apache.org/jira/browse/SPARK-23736?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16456642#comment-16456642 ] 

Apache Spark commented on SPARK-23736:
--------------------------------------

User 'mgaido91' has created a pull request for this issue:
https://github.com/apache/spark/pull/21181

> High-order function: concat(array1, array2, ..., arrayN) → array
> ----------------------------------------------------------------
>
>                 Key: SPARK-23736
>                 URL: https://issues.apache.org/jira/browse/SPARK-23736
>             Project: Spark
>          Issue Type: Sub-task
>          Components: SQL
>    Affects Versions: 2.4.0
>            Reporter: Marek Novotny
>            Assignee: Marek Novotny
>            Priority: Major
>             Fix For: 2.4.0
>
>
> Extend the _concat_ function to also support array columns.
> Example:
> {{concat(array(1, 2, 3), array(10, 20, 30), array(100, 200)) => [1, 2, 3,10, 20, 30,100, 200] }}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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