[ 
https://issues.apache.org/jira/browse/HIVE-473?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Zheng Shao updated HIVE-473:
----------------------------

    Attachment: HIVE-626.2.showinfo_disable_cp.patch

This patch adds the capability of disabling column pruner.

The following query runs successfully, so the problem is inside the column 
pruner.

{code}
hive> set hive.optimize.cp=false;
hive> explain extended
    > select zshao_foo.foo_name, zshao_bar.bar_name, n from zshao_foo join 
zshao_bar on zshao_foo.foo_id =
    > zshao_bar.foo_id join zshao_count on zshao_count.bar_id = 
zshao_bar.bar_id;
{code}


> Clean up after tests
> --------------------
>
>                 Key: HIVE-473
>                 URL: https://issues.apache.org/jira/browse/HIVE-473
>             Project: Hadoop Hive
>          Issue Type: Improvement
>          Components: Testing Infrastructure
>            Reporter: Johan Oskarsson
>            Assignee: Johan Oskarsson
>            Priority: Critical
>             Fix For: 0.4.0
>
>         Attachments: HIVE-473.patch, HIVE-626.2.showinfo_disable_cp.patch
>
>
> The test suite creates a lot of temporary files that aren't cleaned up. For 
> example plan xml files, mapred/local and mapred/system files.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to