You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@carbondata.apache.org by "kumar vishal (JIRA)" <ji...@apache.org> on 2016/09/07 17:03:20 UTC

[jira] [Created] (CARBONDATA-224) Fixed data mismatch issue in case of Dictionary Exclude column for Numeric data type

kumar vishal created CARBONDATA-224:
---------------------------------------

             Summary: Fixed data mismatch issue in case of Dictionary Exclude column for Numeric data type
                 Key: CARBONDATA-224
                 URL: https://issues.apache.org/jira/browse/CARBONDATA-224
             Project: CarbonData
          Issue Type: Bug
            Reporter: kumar vishal
            Assignee: kumar vishal


Problem: In case of greater than query on dictionary exclude column of for numeric data type
This is because data is sorted based on string because of this if data is 1,10,2,3 , data will be sorted like 1,10,2,3 but if we search greater than 3 then while applying min max will return false as last value is 3
Solution:we need to sort based on actual data type for this we should have chain comparator based on data type while loading the data, currently disabling DictionaryExclude column for numeric data type and will throw exception. Will raise jira issue to for sorting the based on actual data type



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