[ https://issues.apache.org/jira/browse/SPARK-23934?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Takuya Ueshin reassigned SPARK-23934: ------------------------------------- Assignee: Marek Novotny > High-order function: map_from_entries(array<row<K, V>>) → map<K,V> > ------------------------------------------------------------------ > > Key: SPARK-23934 > URL: https://issues.apache.org/jira/browse/SPARK-23934 > Project: Spark > Issue Type: Sub-task > Components: SQL > Affects Versions: 2.3.0 > Reporter: Xiao Li > Assignee: Marek Novotny > Priority: Major > > Ref: https://prestodb.io/docs/current/functions/map.html > Returns a map created from the given array of entries. > {noformat} > SELECT map_from_entries(ARRAY[(1, 'x'), (2, 'y')]); -- {1 -> 'x', 2 -> 'y'} > {noformat} -- 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