You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by "Aman Sinha (JIRA)" <ji...@apache.org> on 2014/05/20 21:30:39 UTC

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

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

Aman Sinha commented on DRILL-787:
----------------------------------

This is related to bug DRILL-789.  Pls see updates in that bug. 

> 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
>
> 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)