Cheng Lian created SPARK-2283:
---------------------------------
Summary: 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
Priority: Minor
{{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)