[GitHub] drill pull request #711: DRILL-5164: Equi-join query results in CompileExcep...

2017-01-23 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/drill/pull/711


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] drill pull request #711: DRILL-5164: Equi-join query results in CompileExcep...

2016-12-28 Thread Serhii-Harnyk
GitHub user Serhii-Harnyk opened a pull request:

https://github.com/apache/drill/pull/711

DRILL-5164: Equi-join query results in CompileException

1. Added method call rotateBlock() to avoid adding expressions into single 
Jblock.
2. Added unit tests to cover three types of joins: hash join, merge join, 
nested loop join.

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

$ git pull https://github.com/Serhii-Harnyk/drill DRILL-5164

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

https://github.com/apache/drill/pull/711.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 #711


commit c448c5d4b4d8040dcf848b2478a3e833d9839d65
Author: Serhii-Harnyk 
Date:   2016-12-27T16:20:37Z

DRILL-5164: Equi-join query results in CompileException




---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---