Details
-
Improvement
-
Status: Open
-
Major
-
Resolution: Unresolved
-
2.1.0
-
None
-
None
Description
It looks like that PPD doesn't work for nested columns, at least not for Parquet. For a given schema
hive> desc nested; OK a int b string c struct<d:int,e:string>
PPD works for a query like
select * from nested where a=1;
while NOT for
select * from nested where c.d=2;
Attachments
Issue Links
- is related to
-
HIVE-10666 Improvement for Parquet Predicate Push down on Hive
- Open