Skip to content

Commit

Permalink
Missed one violation.
Browse files Browse the repository at this point in the history
  • Loading branch information
rxin committed Apr 13, 2015
1 parent 5e36521 commit 20adbc8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class QueryPartitionSuite extends QueryTest {
testData.registerTempTable("testData")

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

0 comments on commit 20adbc8

Please sign in to comment.