We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32e3cda commit 83cdfd8Copy full SHA for 83cdfd8
sql/hive/src/test/scala/org/apache/spark/sql/hive/execution/SQLQuerySuite.scala
@@ -653,7 +653,7 @@ class SQLQuerySuite extends QueryTest {
653
.queryExecution.toRdd.count())
654
}
655
656
- test("test script transform for stderr") {
+ ignore("test script transform for stderr") {
657
val data = (1 to 100000).map { i => (i, i, i) }
658
data.toDF("d1", "d2", "d3").registerTempTable("script_trans")
659
assert(0 ===
0 commit comments