Commit 83cdfd8
committed
[SPARK-8508] [SQL] Ignores a test case to cleanup unnecessary testing output until apache#6882 is merged
Currently [the test case for SPARK-7862] [1] writes 100,000 lines of integer triples to stderr and makes Jenkins build output unnecessarily large and it's hard to debug other build errors. A proper fix is on the way in apache#6882. This PR ignores this test case temporarily until apache#6882 is merged.
[1]: https://github.com/apache/spark/pull/6404/files#diff-1ea02a6fab84e938582f7f87cc4d9ea1R641
Author: Cheng Lian <[email protected]>
Closes apache#6925 from liancheng/spark-8508 and squashes the following commits:
41e5b47 [Cheng Lian] Ignores the test case until apache#6882 is merged1 parent 32e3cda commit 83cdfd8
File tree
1 file changed
+1
-1
lines changed- sql/hive/src/test/scala/org/apache/spark/sql/hive/execution
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
653 | 653 | | |
654 | 654 | | |
655 | 655 | | |
656 | | - | |
| 656 | + | |
657 | 657 | | |
658 | 658 | | |
659 | 659 | | |
| |||
0 commit comments