You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Hari Sankar Sivarama Subramaniyan (JIRA)" <ji...@apache.org> on 2014/03/31 22:57:16 UTC

[jira] [Updated] (HIVE-6778) ql/src/test/queries/clientpositive/pcr.q covers the test which generate 1.0 =1 predicate in partition pruner.

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

Hari Sankar Sivarama Subramaniyan updated HIVE-6778:
----------------------------------------------------

    Assignee: Harish Butani

> ql/src/test/queries/clientpositive/pcr.q covers the test which generate 1.0 =1 predicate in partition pruner. 
> --------------------------------------------------------------------------------------------------------------
>
>                 Key: HIVE-6778
>                 URL: https://issues.apache.org/jira/browse/HIVE-6778
>             Project: Hive
>          Issue Type: Bug
>            Reporter: Hari Sankar Sivarama Subramaniyan
>            Assignee: Harish Butani
>
> select key, value, ds from pcr_foo where (ds % 2 == 1);
> ql/src/test/queries/clientpositive/pcr.q
> The test generates 1.0==1 predicate in the pruner which cannot be evaluated since a double cannot be converted to int.



--
This message was sent by Atlassian JIRA
(v6.2#6252)