You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@carbondata.apache.org by "Ravindra Pesala (JIRA)" <ji...@apache.org> on 2017/04/27 09:49:04 UTC

[jira] [Resolved] (CARBONDATA-978) Range Filter Evaluation Bug

     [ https://issues.apache.org/jira/browse/CARBONDATA-978?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ravindra Pesala resolved CARBONDATA-978.
----------------------------------------
    Resolution: Fixed

> 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
>
>          Time Spent: 50m
>  Remaining Estimate: 0h
>
> 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)