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

ASF GitHub Bot commented on DRILL-505:
--------------------------------------

GitHub user mehant opened a pull request:

    https://github.com/apache/incubator-drill/pull/49

    DRILL-505 Implement hash join operator

    Support for left outer, right outer and full joins
    Tests and multi batch outer join WIP
    
    Support for multiple join conditions
    Add following tests
     - Multiple condition join
     - Join on JSON scan
     - Multi batch join
     - Simple equality join
    
    Fix memory leaks
    
    Cleanup

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

    $ git pull https://github.com/mehant/incubator-drill DRILL-505_hash_join

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

    https://github.com/apache/incubator-drill/pull/49.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 #49
    
----
commit 1969f911a6a8d440e3b4eb7c580c2d53cf0d06c7
Author: Mehant Baid <[email protected]>
Date:   2014-02-25T09:09:06Z

    DRILL-505 Hash Join basic changes
    
    Support for left outer, right outer and full joins
    Tests and multi batch outer join WIP
    
    Support for multiple join conditions
    Add following tests
     - Multiple condition join
     - Join on JSON scan
     - Multi batch join
     - Simple equality join
    
    Fix memory leaks
    
    Cleanup

----


> Implement hash join
> -------------------
>
>                 Key: DRILL-505
>                 URL: https://issues.apache.org/jira/browse/DRILL-505
>             Project: Apache Drill
>          Issue Type: New Feature
>            Reporter: Mehant Baid
>            Assignee: Mehant Baid
>         Attachments: DRILL-505.patch
>
>
> Implement the hash join operator. The first version of the hash join 
> algorithm is a simple in memory implementation only and will not spill to 
> disk 
> Scope is to support inner, left outer, right outer and full outer joins for 
> simple equality conditions.



--
This message was sent by Atlassian JIRA
(v6.2#6252)

Reply via email to