We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2df5825 commit bf2179aCopy full SHA for bf2179a
python/pyspark/sql/functions.py
@@ -5210,9 +5210,9 @@ def _test():
5210
from pyspark.sql import Row, SparkSession
5211
import pyspark.sql.functions
5212
globs = pyspark.sql.functions.__dict__.copy()
5213
- spark = SparkSession.builder \
5214
- .master("local[4]") \
5215
- .appName("sql.functions tests") \
+ spark = SparkSession.builder\
+ .master("local[4]")\
+ .appName("sql.functions tests")\
5216
.getOrCreate()
5217
sc = spark.sparkContext
5218
globs['sc'] = sc
0 commit comments