You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Rahul Challapalli (JIRA)" <ji...@apache.org> on 2015/05/01 22:57:07 UTC

[jira] [Closed] (DRILL-1148) Using multiple filters with Text files fails to compile the runtime generated code

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

Rahul Challapalli closed DRILL-1148.
------------------------------------

Verified and added the below testcase

Functional/Passing/views/textbug_DRILL-1148.q

> Using multiple filters with Text files fails to compile the runtime generated code
> ----------------------------------------------------------------------------------
>
>                 Key: DRILL-1148
>                 URL: https://issues.apache.org/jira/browse/DRILL-1148
>             Project: Apache Drill
>          Issue Type: Bug
>          Components: Execution - Codegen, Storage - Text & CSV
>            Reporter: Rahul Challapalli
>            Priority: Blocker
>             Fix For: 0.4.0
>
>         Attachments: error.log
>
>
> git.commit.id.abbrev=810a204
> The below query fails :
> select columns[0] widecol1 from `file1.tsv` where columns[0] > 999 and columns[1] > 999;
> However things work as expected when we use only one filter:
> select columns[0] widecol1 from `file1.tsv` where columns[0] > 999
> I attached the relevant logs for the failed case



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