Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.14.0
-
None
Description
Data:
Complex_data data set is attached
Query:
explain plan for select * from dfs.tmp.`Complex_data` t where t.list_of_complex_fields[2].nested_field is true
Expected result:
numFiles=2
Statistics of the file that should't be scanned:
list_of_complex_fields: .nested_field: BOOLEAN UNCOMPRESSED DO:0 FPO:497 SZ:41/41/1.00 VC:3 ENC:PLAIN,RLE ST:[min: false, max: false, num_nulls: 0]
Actual result:
numFiles=3
I.e, filter pushdown is not work
Attachments
Attachments
Issue Links
- links to