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

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

     [ 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)