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 2014/07/24 05:59:38 UTC

[jira] [Commented] (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:comment-tabpanel&focusedCommentId=14072763#comment-14072763 ] 

Rahul Challapalli commented on DRILL-1148:
------------------------------------------

When I tried running several TPCH queries this bug showed up. This bug could as well be masking other issues with queries over text files. So changed this bug to a blocker.

> 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
>         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.2#6252)