Skip to content

Commit 71be60f

Browse files
corrected style error
1 parent 499711d commit 71be60f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2499,7 +2499,7 @@ class SQLQuerySuite extends QueryTest with SharedSQLContext {
24992499
}
25002500
}
25012501
}
2502-
2502+
25032503
test("should be able to resolve a persistent view") {
25042504
withTable("t1", "t2") {
25052505
withView("v1") {
@@ -2513,7 +2513,7 @@ class SQLQuerySuite extends QueryTest with SharedSQLContext {
25132513
}
25142514
}
25152515
}
2516-
2516+
25172517
test(
25182518
"SPARK-19059: Unable to retrieve data from parquet table whose name startswith underscore") {
25192519
sql("CREATE TABLE `_tbl`(i INT) USING parquet")

0 commit comments

Comments
 (0)