You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by ueshin <gi...@git.apache.org> on 2018/06/01 23:31:04 UTC

[GitHub] spark pull request #21258: [SPARK-23933][SQL] Add map_from_arrays function

Github user ueshin commented on a diff in the pull request:

    https://github.com/apache/spark/pull/21258#discussion_r192535592
  
    --- Diff: python/pyspark/sql/functions.py ---
    @@ -1798,6 +1798,22 @@ def create_map(*cols):
         return Column(jc)
     
     
    +@ignore_unicode_prefix
    +@since(2.4)
    +def create_map_from_arrays(col1, col2):
    --- End diff --
    
    `map_from_arrays`?


---

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