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

Krystal commented on DRILL-845:
-------------------------------

If just run the query without the where clause, the query ran successfully.  
Get the error mentioned in the bug when adding "where student.age < 30" to the 
query.



> Right outer join fails while setting up foreman
> -----------------------------------------------
>
>                 Key: DRILL-845
>                 URL: https://issues.apache.org/jira/browse/DRILL-845
>             Project: Apache Drill
>          Issue Type: Bug
>          Components: Functions - Drill
>            Reporter: Krystal
>
> git.commit.id.abbrev=5b8f8d8
> 0: jdbc:drill:schema=dfs> select student.name, voter.registration from 
> student right outer join voter on (student.name = voter.name) where 
> student.age < 30;
> message: "Failure while setting up Foreman. < AssertionError"



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

Reply via email to