Skip to content
Snippets Groups Projects
Commit 0c8e5332 authored by Reynold Xin's avatar Reynold Xin
Browse files

Disable flaky script transformation test

parent f0f1a8af
No related branches found
No related tags found
No related merge requests found
...@@ -1067,7 +1067,7 @@ class SQLQuerySuite extends QueryTest with SQLTestUtils with TestHiveSingleton { ...@@ -1067,7 +1067,7 @@ class SQLQuerySuite extends QueryTest with SQLTestUtils with TestHiveSingleton {
checkAnswer(df, Row("text inside layer 2") :: Nil) checkAnswer(df, Row("text inside layer 2") :: Nil)
} }
test("SPARK-10310: " + ignore("SPARK-10310: " +
"script transformation using default input/output SerDe and record reader/writer") { "script transformation using default input/output SerDe and record reader/writer") {
sqlContext sqlContext
.range(5) .range(5)
...@@ -1086,7 +1086,7 @@ class SQLQuerySuite extends QueryTest with SQLTestUtils with TestHiveSingleton { ...@@ -1086,7 +1086,7 @@ class SQLQuerySuite extends QueryTest with SQLTestUtils with TestHiveSingleton {
(0 until 5).map(i => Row(i + "#"))) (0 until 5).map(i => Row(i + "#")))
} }
test("SPARK-10310: script transformation using LazySimpleSerDe") { ignore("SPARK-10310: script transformation using LazySimpleSerDe") {
sqlContext sqlContext
.range(5) .range(5)
.selectExpr("id AS a", "id AS b") .selectExpr("id AS a", "id AS b")
......
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