Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
The following query's generated code for the Filter consists of the doEval() block which has redefinition of variable isNull which causes a compilation failure. Note that isNull is not even referenced in the generated code.
SELECT columns[0]
FROM dfs.`/Users/asinha/data/regions.csv`
WHERE cast(columns[0] as int) > 1
ANDcast(columns[1] as varchar(20))='ASIA';
}
] < CompileException:[ Line 82, Column 28: Redefinition of local variable "isNull" ]"
I also get a Deadbuf access for this query, but that could be a separate issue.
Attachments
Attachments
Issue Links
- duplicates
-
DRILL-1148 Using multiple filters with Text files fails to compile the runtime generated code
- Closed