Skip to content

Commit

Permalink
modify a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
windpiger committed Jan 19, 2017
1 parent 8ff256a commit 14aed85
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -1355,7 +1355,7 @@ class HiveDDLSuite
}
}

test("create hive serde table as select") {
test("create partitioned hive serde table as select") {
withTable("t", "t1") {
withSQLConf("hive.exec.dynamic.partition.mode" -> "nonstrict") {
Seq(10 -> "y").toDF("i", "j").write.format("hive").partitionBy("i").saveAsTable("t")
Expand Down

0 comments on commit 14aed85

Please sign in to comment.