You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Aman Sinha (JIRA)" <ji...@apache.org> on 2014/11/04 02:54:34 UTC

[jira] [Updated] (DRILL-1421) 3 way join over text files (no views) fails

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

Aman Sinha updated DRILL-1421:
------------------------------
    Attachment: 0002-DRILL-1421-Add-unit-tests-and-data.-Bump-up-drill-op.patch

Uploaded a minor addition to pom.xml to exclude *.tbl  files from the rat check.  
[~jni] could you pls review the patch (this is just unit tests + pom.xml change.  Actual fix is in Optiq). 

> 3 way join over text files (no views) fails
> -------------------------------------------
>
>                 Key: DRILL-1421
>                 URL: https://issues.apache.org/jira/browse/DRILL-1421
>             Project: Apache Drill
>          Issue Type: Bug
>          Components: Execution - Flow
>            Reporter: Rahul Challapalli
>            Assignee: Aman Sinha
>            Priority: Critical
>             Fix For: 0.7.0
>
>         Attachments: 0001-DRILL-1421-Add-unit-tests-and-data.-Bump-up-drill-op.patch, 0002-DRILL-1421-Add-unit-tests-and-data.-Bump-up-drill-op.patch, error.txt, rankings.tbl, temp.tbl, uservisits.tbl
>
>
> git.commit.id.abbrev=1ce7c93
> The below query which joins 2 text files work
> {code}
> select r.columns[1] from rankings r, uservisits u where r.columns[1]=u.columns[1];
> {code}
> However the below query with a 3-way join over text files just hangs in sql line without throwing any error
> {code}
> select r.columns[1] from rankings r, uservisits u, `temp.tbl` t where r.columns[1]=u.columns[1] and r.columns[1] = t.columns[0];
> {code}
> Attached the error from the log file along with the data files



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)