Skip to content

Commit 7c4f563

Browse files
committed
removed is_math
1 parent 3c4adde commit 7c4f563

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
@@ -33,7 +33,7 @@
3333
__all__ = ['countDistinct', 'approxCountDistinct', 'udf']
3434

3535

36-
def _create_function(name, doc="", is_math=False):
36+
def _create_function(name, doc=""):
3737
""" Create a function for aggregator by name"""
3838
def _(col):
3939
sc = SparkContext._active_spark_context

0 commit comments

Comments
 (0)