Skip to content

Commit 66dc51f

Browse files
committed
comment address, ut fix
1 parent fe1fb0f commit 66dc51f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/pyspark/sql/functions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2771,7 +2771,7 @@ def map_concat(*cols):
27712771
+------------------------+
27722772
|map3 |
27732773
+------------------------+
2774-
|[1 -> d, 2 -> b, 3 -> c]|
2774+
|[1 -> a, 2 -> b, 3 -> c]|
27752775
+------------------------+
27762776
"""
27772777
sc = SparkContext._active_spark_context

0 commit comments

Comments
 (0)