You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@carbondata.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/07/13 19:32:20 UTC

[jira] [Commented] (CARBONDATA-55) Pushdown greaterthan and lessthan filters to Carbon

    [ https://issues.apache.org/jira/browse/CARBONDATA-55?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15375588#comment-15375588 ] 

ASF GitHub Bot commented on CARBONDATA-55:
------------------------------------------

GitHub user ravipesala opened a pull request:

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

    [CARBONDATA-55]Pushdown greaterthan and lessthan filters to carbon

    Currently GreaterThan and LessThan filters are handled in spark layer. But these could be pushed down to Carbon layer to improve performance.
    And some clean up also done in this PR

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

    $ git pull https://github.com/ravipesala/incubator-carbondata filterspush

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

    https://github.com/apache/incubator-carbondata/pull/37.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 #37
    
----
commit 45b4d3c943f36b79cb04a4d07004d39ae5636477
Author: ravipesala <ra...@gmail.com>
Date:   2016-07-13T19:26:59Z

    Pushdown greaterthan and lessthan filters to carbon

----


> Pushdown greaterthan and lessthan filters to Carbon
> ---------------------------------------------------
>
>                 Key: CARBONDATA-55
>                 URL: https://issues.apache.org/jira/browse/CARBONDATA-55
>             Project: CarbonData
>          Issue Type: Bug
>    Affects Versions: Apache CarbonData 0.1.0-incubating
>            Reporter: Ravindra Pesala
>
> Currently GreaterThan and LessThan filters are handled in spark layer. But these could be pushed down to Carbon layer to improve performance



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