GitHub user liancheng opened a pull request:
https://github.com/apache/spark/pull/1221
SPARK-2283: reset test environment before running PruningSuite
JIRA issue: [SPARK-2283](https://issues.apache.org/jira/browse/SPARK-2283)
If `PruningSuite` is run right after `HiveCompatibilitySuite`, the first
test case fails because `srcpart` table is cached in-memory by
`HiveCompatibilitySuite`, but column pruning is not implemented for
`InMemoryColumnarTableScan` operator yet.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/liancheng/spark spark-2283
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/1221.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1221
----
commit dc0b6630f6749b20784e617ad76db5f487a54f13
Author: Cheng Lian <[email protected]>
Date: 2014-06-25T23:41:56Z
SPARK-2283: reset test environment before running PruningSuite
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---