Skip to content
Snippets Groups Projects
Commit 5cdecb18 authored by Yin Huai's avatar Yin Huai Committed by Reynold Xin
Browse files

[SPARK-12039][SQL] Re-enable HiveSparkSubmitSuite's SPARK-9757 Persist Parquet...

[SPARK-12039][SQL] Re-enable HiveSparkSubmitSuite's SPARK-9757 Persist Parquet relation with decimal column

https://issues.apache.org/jira/browse/SPARK-12039

since we do not support hadoop1, we can re-enable this test in master.

Author: Yin Huai <yhuai@databricks.com>

Closes #10533 from yhuai/SPARK-12039-enable.
parent 4f5a24d7
No related branches found
No related tags found
No related merge requests found
...@@ -103,7 +103,7 @@ class HiveSparkSubmitSuite ...@@ -103,7 +103,7 @@ class HiveSparkSubmitSuite
runSparkSubmit(args) runSparkSubmit(args)
} }
ignore("SPARK-9757 Persist Parquet relation with decimal column") { test("SPARK-9757 Persist Parquet relation with decimal column") {
val unusedJar = TestUtils.createJarWithClasses(Seq.empty) val unusedJar = TestUtils.createJarWithClasses(Seq.empty)
val args = Seq( val args = Seq(
"--class", SPARK_9757.getClass.getName.stripSuffix("$"), "--class", SPARK_9757.getClass.getName.stripSuffix("$"),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment