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

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

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

Akash R Nilugal (Jira)

     [ 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)