File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
sql/hive/src/test/scala/org/apache/spark/sql/hive/execution Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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" )
You can’t perform that action at this time.
0 commit comments