Github user kiszk commented on a diff in the pull request:
https://github.com/apache/spark/pull/21258#discussion_r192547906
--- 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 --
Sure--- --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
