We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e36521 commit 20adbc8Copy full SHA for 20adbc8
sql/hive/src/test/scala/org/apache/spark/sql/hive/QueryPartitionSuite.scala
@@ -34,7 +34,7 @@ class QueryPartitionSuite extends QueryTest {
34
testData.registerTempTable("testData")
35
36
val tmpDir = Files.createTempDir()
37
- //create the table for test
+ // create the table for test
38
sql(s"CREATE TABLE table_with_partition(key int,value string) " +
39
"PARTITIONED by (ds string) location '${tmpDir.toURI.toString}' ")
40
sql("INSERT OVERWRITE TABLE table_with_partition partition (ds='1') " +
0 commit comments