[ https://issues.apache.org/jira/browse/SPARK-23821?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Marek Novotny updated SPARK-23821: ---------------------------------- Summary: Collection function: flatten (was: Collection functions: flatten) > Collection function: flatten > ---------------------------- > > Key: SPARK-23821 > URL: https://issues.apache.org/jira/browse/SPARK-23821 > Project: Spark > Issue Type: New Feature > Components: SQL > Affects Versions: 2.4.0 > Reporter: Marek Novotny > Priority: Major > > Add the flatten function that transforms an Array of Arrays column into an > Array elements column. if the array structure contains more than two levels > of nesting, the function removes one nesting level > Example: > {{flatten(array(array(1, 2, 3), array(3, 4, 5), array(6, 7, 8)) => > [1,2,3,4,5,6,7,8,9]}} -- This message was sent by Atlassian JIRA (v7.6.3#76005) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org For additional commands, e-mail: issues-h...@spark.apache.org