[jira] [Created] (CARBONDATA-1278) Data Mismatch issue when dictionary column filter values doesn't exists in dictionary
Posted by
Akash R Nilugal (Jira) on
Jul 08, 2017; 12:47pm
URL: http://apache-carbondata-dev-mailing-list-archive.168.s1.nabble.com/jira-Created-CARBONDATA-1278-Data-Mismatch-issue-when-dictionary-column-filter-values-doesn-t-existsy-tp17654.html
kumar vishal created CARBONDATA-1278:
----------------------------------------
Summary: 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
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)