Skip to content

Commit 0ddfe78

Browse files
committed
[SPARK-12039] [SQL] Ignore HiveSparkSubmitSuite's "SPARK-9757 Persist Parquet relation with decimal column".
https://issues.apache.org/jira/browse/SPARK-12039 Since it is pretty flaky in hadoop 1 tests, we can disable it while we are investigating the cause. Author: Yin Huai <yhuai@databricks.com> Closes #10035 from yhuai/SPARK-12039-ignore.
1 parent 3d28081 commit 0ddfe78

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ class HiveSparkSubmitSuite
101101
runSparkSubmit(args)
102102
}
103103

104-
test("SPARK-9757 Persist Parquet relation with decimal column") {
104+
ignore("SPARK-9757 Persist Parquet relation with decimal column") {
105105
val unusedJar = TestUtils.createJarWithClasses(Seq.empty)
106106
val args = Seq(
107107
"--class", SPARK_9757.getClass.getName.stripSuffix("$"),

0 commit comments

Comments
 (0)