Skip to content

Commit 0c8e533

Browse files
committed
Disable flaky script transformation test
1 parent f0f1a8a commit 0c8e533

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sql/hive/src/test/scala/org/apache/spark/sql/hive/execution/SQLQuerySuite.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1067,7 +1067,7 @@ class SQLQuerySuite extends QueryTest with SQLTestUtils with TestHiveSingleton {
10671067
checkAnswer(df, Row("text inside layer 2") :: Nil)
10681068
}
10691069

1070-
test("SPARK-10310: " +
1070+
ignore("SPARK-10310: " +
10711071
"script transformation using default input/output SerDe and record reader/writer") {
10721072
sqlContext
10731073
.range(5)
@@ -1086,7 +1086,7 @@ class SQLQuerySuite extends QueryTest with SQLTestUtils with TestHiveSingleton {
10861086
(0 until 5).map(i => Row(i + "#")))
10871087
}
10881088

1089-
test("SPARK-10310: script transformation using LazySimpleSerDe") {
1089+
ignore("SPARK-10310: script transformation using LazySimpleSerDe") {
10901090
sqlContext
10911091
.range(5)
10921092
.selectExpr("id AS a", "id AS b")

0 commit comments

Comments
 (0)