Skip to content

Commit e534b87

Browse files
python api style issue
1 parent 601bbf5 commit e534b87

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

python/pyspark/sql/functions.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -516,6 +516,7 @@ def length(col):
516516
sc = SparkContext._active_spark_context
517517
return Column(sc._jvm.functions.length(_to_java_column(col)))
518518

519+
519520
@ignore_unicode_prefix
520521
@since(1.5)
521522
def format_number(col, d):

0 commit comments

Comments
 (0)