You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Mehant Baid (JIRA)" <ji...@apache.org> on 2014/06/03 20:53:01 UTC

[jira] [Updated] (DRILL-787) Inner joins return empty result

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

Mehant Baid updated DRILL-787:
------------------------------

    Assignee: Jacques Nadeau

> Inner joins return empty result
> -------------------------------
>
>                 Key: DRILL-787
>                 URL: https://issues.apache.org/jira/browse/DRILL-787
>             Project: Apache Drill
>          Issue Type: Bug
>          Components: Functions - Drill
>            Reporter: Krystal
>            Assignee: Jacques Nadeau
>
> git.commit.id.abbrev=5d7e3d3
> 0: jdbc:drill:schema=dfs> select student.name, student.age, student.gpa, voter.registration from student inner join voter on (student.name = voter.name);
> +--+
> |  |
> +--+
> +--+
> No rows selected (4.952 seconds)
> Same query run successfully on oracle and postgres.



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