You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Krystal (JIRA)" <ji...@apache.org> on 2014/06/23 19:27:24 UTC

[jira] [Resolved] (DRILL-845) Right outer join fails while setting up foreman

     [ https://issues.apache.org/jira/browse/DRILL-845?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Krystal resolved DRILL-845.
---------------------------

    Resolution: Fixed

git.commit.id.abbrev=79c1502

The query runs successfully in this build. 

> 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: SQL Parser
>            Reporter: Krystal
>            Assignee: Jacques Nadeau
>             Fix For: 1.0.0-BETA1
>
>
> 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)