Skip to content

Commit

Permalink
[SPARK-18167][SQL] Disable flaky hive partition pruning test.
Browse files Browse the repository at this point in the history
  • Loading branch information
rxin authored and uzadude committed Jan 27, 2017
1 parent d2d4296 commit 033ca3a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1569,7 +1569,7 @@ class SQLQuerySuite extends QueryTest with SQLTestUtils with TestHiveSingleton {
).map(i => Row(i._1, i._2, i._3, i._4)))
}

test("SPARK-10562: partition by column with mixed case name") {
ignore("SPARK-10562: partition by column with mixed case name") {
withTable("tbl10562") {
val df = Seq(2012 -> "a").toDF("Year", "val")
df.write.partitionBy("Year").saveAsTable("tbl10562")
Expand Down

0 comments on commit 033ca3a

Please sign in to comment.