Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
Data:
Use the attached dataset
Query:
select * from dfs.tmp.`Test_data` where bool_col = true and part_col in ('Partition_two')
Expected result:
The query should return result normally
Actual result:
Exception happens:
Error: SYSTEM ERROR: ClassCastException: org.apache.drill.common.expression.TypedFieldExpr cannot be cast to org.apache.drill.exec.expr.stat.ParquetFilterPredicate
Notes:
It works OK if use "is" operator or if not use "*" in the select statement
Attachments
Attachments
Issue Links
- links to