sounak chakraborty created CARBONDATA-978:
---------------------------------------------
Summary: Range Filter Evaluation Bug
Key: CARBONDATA-978
URL:
https://issues.apache.org/jira/browse/CARBONDATA-978 Project: CarbonData
Issue Type: Bug
Components: core
Affects Versions: 1.1.0
Reporter: sounak chakraborty
Assignee: sounak chakraborty
Fix For: 1.1.0
Problem : Range Expression filter evaluation is unable to retreive correct output.
Analysis : Range Filter Expression evaluation is unable to filter out correct values when the filter values are not present in the data. The Binary Search method always returns a value greater than the compared value being passed to it and the value doesn't match in the list.
For Less Than and Greater than condition the non macthing return value should be adjusted accordingly.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)