Skip to content

Commit

Permalink
Fixes Scala style issue
Browse files Browse the repository at this point in the history
  • Loading branch information
liancheng committed Jun 24, 2015
1 parent a149250 commit 7d05f2c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -540,7 +540,7 @@ class ParquetPartitionDiscoverySuite extends QueryTest with ParquetTest {
}

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

0 comments on commit 7d05f2c

Please sign in to comment.