Skip to content

Commit

Permalink
comment address, ut fix
Browse files Browse the repository at this point in the history
  • Loading branch information
xuanyuanking committed Feb 8, 2020
1 parent fe1fb0f commit 66dc51f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/pyspark/sql/functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -2771,7 +2771,7 @@ def map_concat(*cols):
+------------------------+
|map3 |
+------------------------+
|[1 -> d, 2 -> b, 3 -> c]|
|[1 -> a, 2 -> b, 3 -> c]|
+------------------------+
"""
sc = SparkContext._active_spark_context
Expand Down

0 comments on commit 66dc51f

Please sign in to comment.