Details
-
Bug
-
Status: Closed
-
Blocker
-
Resolution: Duplicate
-
None
-
None
Description
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
Attachments
Attachments
Issue Links
- is duplicated by
-
DRILL-1134 CompilationException for 2 or more Filters on an array type
- Resolved