Skip to content

Commit 058865b

Browse files
committed
fix a code style
1 parent cce1044 commit 058865b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/hive/src/test/scala/org/apache/spark/sql/hive/execution/HiveDDLSuite.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1599,7 +1599,7 @@ class HiveDDLSuite
15991599
|PARTITIONED BY(a, b)
16001600
|LOCATION '$dir'
16011601
|AS SELECT 3 as a, 4 as b, 1 as c, 2 as d
1602-
""".stripMargin)
1602+
""".stripMargin)
16031603

16041604
val table = spark.sessionState.catalog.getTableMetadata(TableIdentifier("t"))
16051605
assert(table.location.stripSuffix("/") == dir.getAbsolutePath.stripSuffix("/"))

0 commit comments

Comments
 (0)