Repository: spark
Updated Branches:
  refs/heads/master 39a02d8f7 -> c66eef844


[SPARK-25306][SQL][FOLLOWUP] Change `test` to `ignore` in 
FilterPushdownBenchmark

## What changes were proposed in this pull request?

This is a follow-up of #22313 and aim to ignore the micro benchmark test which 
takes over 2 minutes in Jenkins.
- 
https://amplab.cs.berkeley.edu/jenkins/view/Spark%20QA%20Test%20(Dashboard)/job/spark-master-test-sbt-hadoop-2.6/4939/consoleFull

## How was this patch tested?

The test case should be ignored in Jenkins.
```
[info] FilterPushdownBenchmark:
...
[info] - Pushdown benchmark with many filters !!! IGNORED !!!
```

Closes #22336 from dongjoon-hyun/SPARK-25306-2.

Authored-by: Dongjoon Hyun <dongj...@apache.org>
Signed-off-by: Xiao Li <gatorsm...@gmail.com>


Project: http://git-wip-us.apache.org/repos/asf/spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/c66eef84
Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/c66eef84
Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/c66eef84

Branch: refs/heads/master
Commit: c66eef84409b103accfcaa5073d50426e70b7870
Parents: 39a02d8
Author: Dongjoon Hyun <dongj...@apache.org>
Authored: Wed Sep 5 11:29:15 2018 -0700
Committer: Xiao Li <gatorsm...@gmail.com>
Committed: Wed Sep 5 11:29:15 2018 -0700

----------------------------------------------------------------------
 .../spark/sql/execution/benchmark/FilterPushdownBenchmark.scala    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/c66eef84/sql/core/src/test/scala/org/apache/spark/sql/execution/benchmark/FilterPushdownBenchmark.scala
----------------------------------------------------------------------
diff --git 
a/sql/core/src/test/scala/org/apache/spark/sql/execution/benchmark/FilterPushdownBenchmark.scala
 
b/sql/core/src/test/scala/org/apache/spark/sql/execution/benchmark/FilterPushdownBenchmark.scala
index 41087f1..8596abd 100644
--- 
a/sql/core/src/test/scala/org/apache/spark/sql/execution/benchmark/FilterPushdownBenchmark.scala
+++ 
b/sql/core/src/test/scala/org/apache/spark/sql/execution/benchmark/FilterPushdownBenchmark.scala
@@ -399,7 +399,7 @@ class FilterPushdownBenchmark extends SparkFunSuite with 
BenchmarkBeforeAndAfter
     }
   }
 
-  test(s"Pushdown benchmark with many filters") {
+  ignore(s"Pushdown benchmark with many filters") {
     val numRows = 1
     val width = 500
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org
For additional commands, e-mail: commits-h...@spark.apache.org

Reply via email to