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)