Skip to content

Commit 7d05f2c

Browse files
committed
Fixes Scala style issue
1 parent a149250 commit 7d05f2c

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/parquet/ParquetPartitionDiscoverySuite.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -540,7 +540,7 @@ class ParquetPartitionDiscoverySuite extends QueryTest with ParquetTest {
540540
}
541541

542542
test("listConflictingPartitionColumns") {
543-
def makeExpectedMessage(colNameLists: Seq[String], paths: Seq[String]) = {
543+
def makeExpectedMessage(colNameLists: Seq[String], paths: Seq[String]): String = {
544544
val conflictingColNameLists = colNameLists.zipWithIndex.map { case (list, index) =>
545545
s"\tPartition column name list #$index: $list"
546546
}.mkString("\n", "\n", "\n")

0 commit comments

Comments
 (0)