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

Hudson commented on TAJO-894:
-----------------------------

SUCCESS: Integrated in Tajo-master-build #270 (See 
[https://builds.apache.org/job/Tajo-master-build/270/])
 TAJO-894: Left outer join with partitioned large table and small table returns 
empty result. (Hyoungjun Kim via hyunsik) (hyunsik: rev 
88d043467a7da5971cc3e0f535eb158cfa1d1ac5)
* tajo-core/src/test/java/org/apache/tajo/engine/query/TestJoinBroadcast.java
* 
tajo-core/src/main/java/org/apache/tajo/master/rm/TajoWorkerResourceManager.java
* 
tajo-core/src/main/java/org/apache/tajo/engine/planner/global/GlobalPlanner.java
* CHANGES


> Left outer join with partitioned large table and small table returns empty 
> result.
> ----------------------------------------------------------------------------------
>
>                 Key: TAJO-894
>                 URL: https://issues.apache.org/jira/browse/TAJO-894
>             Project: Tajo
>          Issue Type: Bug
>            Reporter: Hyoungjun Kim
>            Assignee: Hyoungjun Kim
>            Priority: Minor
>             Fix For: 0.9.0
>
>
> Left outer join with a small table and a large partitioned table which not 
> matched any partition path returns empty result .
> If there is no partitioned path with l_orderkey = 1000 in the lineitem_large, 
> the following query should return all records which lineitem_small table has 
> but return empty record.
> {code:sql}
> select a.l_orderkey as key1, b.l_orderkey as key2 
> from lineitem_small as a 
> left outer join lineitem_large as b
> on a.l_partkey = b.l_partkey and b.l_orderkey = 1000
> {code}



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

Reply via email to