Skip to content

Commit f3a557b

Browse files
committed
fix style
1 parent 9c72e01 commit f3a557b

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
@@ -1017,6 +1017,7 @@ def sha2(col, numBits):
10171017
jc = sc._jvm.functions.sha2(_to_java_column(col), numBits)
10181018
return Column(jc)
10191019

1020+
10201021
@since(2.0)
10211022
def hash(col):
10221023
"""Calculates the hash code of given columns, and returns the result as a int column.

0 commit comments

Comments
 (0)