Skip to content

Commit

Permalink
SPARK-2283: reset test environment before running PruningSuite
Browse files Browse the repository at this point in the history
  • Loading branch information
liancheng committed Jun 25, 2014
1 parent 1132e47 commit dc0b663
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@ import scala.collection.JavaConversions._
* A set of test cases that validate partition and column pruning.
*/
class PruningSuite extends HiveComparisonTest {
// Column/partition pruning is not implemented for `InMemoryColumnarTableScan` yet, need to reset
// the environment to ensure all referenced tables in this suites are not cached in-memory.
// Refer to https://issues.apache.org/jira/browse/SPARK-2283 for details.
TestHive.reset()

// Column pruning tests

createPruningTest("Column pruning - with partitioned table",
Expand Down

0 comments on commit dc0b663

Please sign in to comment.