Skip to content

Commit 58ea8aa

Browse files
style issue
1 parent 2bf740f commit 58ea8aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/core/src/test/scala/org/apache/spark/sql/SQLQuerySuite.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ class SQLQuerySuite extends QueryTest with BeforeAndAfterAll with SQLTestUtils {
123123

124124
val df = Seq(Tuple1(1), Tuple1(2), Tuple1(3)).toDF("index")
125125
// we except the id is materialized once
126-
def id:() => String = () => { UUID.randomUUID().toString() }
126+
def id: () => String = () => { UUID.randomUUID().toString() }
127127

128128
val dfWithId = df.withColumn("id", callUDF(id, StringType))
129129
// Make a new DataFrame (actually the same reference to the old one)

0 commit comments

Comments
 (0)