kumar vishal created CARBONDATA-2120:
----------------------------------------
Summary: Fixed data mismatch for No dictionary numeric data type
Key: CARBONDATA-2120
URL: https://issues.apache.org/jira/browse/CARBONDATA-2120
Project: CarbonData
Issue Type: Bug
Reporter: kumar vishal
*Problem:* Is null filter is failing for numeric data type(No dictionary
column).
*Root cause:* Min max calculation is wrong when no dictionary column is not the
first column.
As it is not the first column null value can come in between and min max for
null value is getting updated only when first row is null
*Solution:* Update the min max in all the case when value is null or not null
for all type
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)