Skip to content

Commit 3ee4f29

Browse files
committed
style
1 parent f9fa408 commit 3ee4f29

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/execution/datasources/parquet/ParquetQuerySuite.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -487,7 +487,7 @@ abstract class ParquetQuerySuite extends QueryTest with ParquetTest with SharedS
487487
val expected = spark.range(0, 5)
488488
.selectExpr("concat(cast(id % 2 as string), 'a') as partCol")
489489
.collect()
490-
490+
491491
checkAnswer(df, expected)
492492
}
493493
}

0 commit comments

Comments
 (0)