You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@carbondata.apache.org by "Ravindra Pesala (JIRA)" <ji...@apache.org> on 2017/09/27 08:44:00 UTC

[jira] [Resolved] (CARBONDATA-1278) Data Mismatch issue when dictionary column filter values doesn't exists in dictionary

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

Ravindra Pesala resolved CARBONDATA-1278.
-----------------------------------------
       Resolution: Fixed
    Fix Version/s: 1.3.0

> Data Mismatch issue when dictionary column filter values doesn't exists in dictionary 
> --------------------------------------------------------------------------------------
>
>                 Key: CARBONDATA-1278
>                 URL: https://issues.apache.org/jira/browse/CARBONDATA-1278
>             Project: CarbonData
>          Issue Type: Bug
>            Reporter: kumar vishal
>            Assignee: kumar vishal
>             Fix For: 1.3.0
>
>          Time Spent: 1h 40m
>  Remaining Estimate: 0h
>
> Data Mismatch issue when dictionary column filter values doesn't exists in dictionary when number of blocklet is more than 1 
> Select count(*) from table where column2='xxx' -- returning 100 rows.
> Select count(*) from table where column1='yyy' OR column2='xxx' -- returning 7 rows.
> Select count(*) from table where column1='yyy' is returning 0 rows 
> yyy does not exists in dictionary file.
> Query excepted value is 100 as yyy does not exists and its a or condition 



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)