Skip to content

Commit

Permalink
style issue
Browse files Browse the repository at this point in the history
  • Loading branch information
chenghao-intel committed May 9, 2015
1 parent d25a4aa commit d166afa
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,9 @@ class HiveQlSuite extends FunSuite with BeforeAndAfterAll {
}

test("Test CTAS #4") {
val s4 = """CREATE TABLE page_view STORED BY 'storage.handler.class.name' AS SELECT * FROM src"""
val s4 =
"""CREATE TABLE page_view
|STORED BY 'storage.handler.class.name' AS SELECT * FROM src""".stripMargin
intercept[AnalysisException] {
extractTableDesc(s4)
}
Expand Down

0 comments on commit d166afa

Please sign in to comment.