[
https://issues.apache.org/jira/browse/DRILL-787?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Krystal resolved DRILL-787.
---------------------------
Resolution: Fixed
git.commit.id.abbrev=5b8f8d8
Bug is fixed.
> 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)