Skip to content

Commit 20adbc8

Browse files
committed
Missed one violation.
1 parent 5e36521 commit 20adbc8

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/QueryPartitionSuite.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ class QueryPartitionSuite extends QueryTest {
3434
testData.registerTempTable("testData")
3535

3636
val tmpDir = Files.createTempDir()
37-
//create the table for test
37+
// create the table for test
3838
sql(s"CREATE TABLE table_with_partition(key int,value string) " +
3939
"PARTITIONED by (ds string) location '${tmpDir.toURI.toString}' ")
4040
sql("INSERT OVERWRITE TABLE table_with_partition partition (ds='1') " +

0 commit comments

Comments
 (0)