You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Prasad Chakka (JIRA)" <ji...@apache.org> on 2009/05/30 20:24:07 UTC

[jira] Updated: (HIVE-516) Enable predicate pushdown for junit tests

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

Prasad Chakka updated HIVE-516:
-------------------------------

    Attachment: hive-516.patch

two tests that are interesting

ql/src/test/results/clientpositive/order2.q.out

predicate changes type from string to int, so the 'key < 10' filter behaves differently.

ql/src/test/results/clientpositive/rand_partitionpruner3.q.out

rand() is applied after filtering rows so number of output rows are smaller than before.

> Enable predicate pushdown for junit tests
> -----------------------------------------
>
>                 Key: HIVE-516
>                 URL: https://issues.apache.org/jira/browse/HIVE-516
>             Project: Hadoop Hive
>          Issue Type: Task
>          Components: Testing Infrastructure
>    Affects Versions: 0.4.0
>            Reporter: Prasad Chakka
>            Assignee: Prasad Chakka
>             Fix For: 0.4.0
>
>         Attachments: hive-516.patch
>
>
> Enable predicate pushdown for junit tests by default. this is first step in making predicate pushdown as default option in the next release.

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