You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Cheng Lian (JIRA)" <ji...@apache.org> on 2014/06/26 01:36:24 UTC

[jira] [Created] (SPARK-2283) PruningSuite fails if run right after HiveCompatibilitySuite

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)