Skip to content

Commit d166afa

Browse files
style issue
1 parent d25a4aa commit d166afa

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

sql/hive/src/test/scala/org/apache/spark/sql/hive/HiveQlSuite.scala

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,9 @@ class HiveQlSuite extends FunSuite with BeforeAndAfterAll {
142142
}
143143

144144
test("Test CTAS #4") {
145-
val s4 = """CREATE TABLE page_view STORED BY 'storage.handler.class.name' AS SELECT * FROM src"""
145+
val s4 =
146+
"""CREATE TABLE page_view
147+
|STORED BY 'storage.handler.class.name' AS SELECT * FROM src""".stripMargin
146148
intercept[AnalysisException] {
147149
extractTableDesc(s4)
148150
}

0 commit comments

Comments
 (0)