You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafodion.apache.org by "Selvaganesan Govindarajan (JIRA)" <ji...@apache.org> on 2016/03/02 23:54:18 UTC

[jira] [Assigned] (TRAFODION-1863) With hbase_filter_preds set to '2', wrong results are returned for a specific use case.

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

Selvaganesan Govindarajan reassigned TRAFODION-1863:
----------------------------------------------------

    Assignee: Eric Owhadi

> With hbase_filter_preds set to '2', wrong results are returned for a specific use case.
> ---------------------------------------------------------------------------------------
>
>                 Key: TRAFODION-1863
>                 URL: https://issues.apache.org/jira/browse/TRAFODION-1863
>             Project: Apache Trafodion
>          Issue Type: Bug
>            Reporter: Selvaganesan Govindarajan
>            Assignee: Eric Owhadi
>
> create table t056t57 (a1 numeric(2,2) signed default 0 not null);
> showddl t056t57;
> insert into t056t57 default values;
> select * from t056t57;
> >>select * from t056t57 ;
> A1     
> -------
>     .00
> --- 1 row(s) selected.
> >>cqd hbase_filter_preds '2' ;
> --- SQL operation complete.
> >>select * from t056t57 ;
> ..
> --- 0 row(s) selected.
> >>
> This was causing core/TEST056 to fail with PR #340.. Possibly similar issue is with core/TEST029 too,  Currently this test case runs with hbase_filter_preds set to 'ON'



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)