[
https://issues.apache.org/jira/browse/SPARK-2283?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Armbrust resolved SPARK-2283.
-------------------------------------
Resolution: Fixed
Fix Version/s: 1.1.0
1.0.1
Assignee: Cheng Lian
https://github.com/apache/spark/pull/1221
> PruningSuite fails if run right after HiveCompatibilitySuite
> ------------------------------------------------------------
>
> Key: SPARK-2283
> URL: https://issues.apache.org/jira/browse/SPARK-2283
> Project: Spark
> Issue Type: Bug
> Components: SQL
> Affects Versions: 1.0.0
> Reporter: Cheng Lian
> Assignee: Cheng Lian
> Priority: Minor
> Fix For: 1.0.1, 1.1.0
>
>
> {{HiveCompatibilitySuite}} caches test tables in memory. As the {{srcpart}}
> test table is loaded by default, it's cached by {{HiveCompatibilitySuite}}.
> Later, it is used by the first test case in {{PruningTest}} to test column
> pruning. But currently {{InMemoryColumnarTableScan}} doesn't support column
> pruning.
> The solution is to reset the test environment before running {{PruningSuite}}.
--
This message was sent by Atlassian JIRA
(v6.2#6252)