Skip to content

Commit

Permalink
corrected style error
Browse files Browse the repository at this point in the history
  • Loading branch information
jayadevanmurali committed Jan 19, 2017
1 parent 499711d commit 71be60f
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -2499,7 +2499,7 @@ class SQLQuerySuite extends QueryTest with SharedSQLContext {
}
}
}

test("should be able to resolve a persistent view") {
withTable("t1", "t2") {
withView("v1") {
Expand All @@ -2513,7 +2513,7 @@ class SQLQuerySuite extends QueryTest with SharedSQLContext {
}
}
}

test(
"SPARK-19059: Unable to retrieve data from parquet table whose name startswith underscore") {
sql("CREATE TABLE `_tbl`(i INT) USING parquet")
Expand Down

0 comments on commit 71be60f

Please sign in to comment.