Skip to content

Commit

Permalink
change note description
Browse files Browse the repository at this point in the history
  • Loading branch information
BryanCutler committed Mar 23, 2018
1 parent 5da8c3d commit 5214f41
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 @@ -30,7 +30,7 @@
from pyspark.sql.column import Column, _to_java_column, _to_seq
from pyspark.sql.dataframe import DataFrame
from pyspark.sql.types import StringType, DataType
# Keep UserDefinedFunction import for backwards compatibility, see SPARK-22409
# Keep UserDefinedFunction import for backwards compatible import; moved in SPARK-22409
from pyspark.sql.udf import UserDefinedFunction, _create_udf


Expand Down

0 comments on commit 5214f41

Please sign in to comment.