From 69f207f8a4531435c4a8df790780557968a33bb1 Mon Sep 17 00:00:00 2001 From: Dongjoon Hyun Date: Tue, 4 Sep 2018 22:01:18 -0700 Subject: [PATCH] [SPARK-25306][SQL][FOLLOWUP] Change `test` to `ignore` in FilterPushdownBenchmark --- .../spark/sql/execution/benchmark/FilterPushdownBenchmark.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 41087f1a9717..8596abd1b4ff 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