GitHub user sounakr opened a pull request:

    https://github.com/apache/incubator-carbondata/pull/843

    Range Filter Evaluation Rectification 

    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. 
    
    Fix : Fix the value which is being returned from the binary search method 
whenever the compared values doesnt match any data in the list. 

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/sounakr/incubator-carbondata range_modify

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-carbondata/pull/843.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #843
    
----
commit 96f64d69ca661a35a9661b905badb600faeae027
Author: sounakr <[email protected]>
Date:   2017-04-24T08:56:45Z

    Range Filter Check Rectification

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to