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/16 00:49:05 UTC

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

Rahul Challapalli created DRILL-1148:
----------------------------------------

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