[
https://issues.apache.org/jira/browse/DRILL-1148?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14073351#comment-14073351
]
Rahul Challapalli commented on DRILL-1148:
------------------------------------------
I don't see a patch on DRILL-1134. Where is the patch present?
> 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)