Details
-
Sub-task
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
Description
Parquest supports predicate evaluation and filtering of records natively via https://github.com/apache/incubator-parquet-mr/blob/master/parquet-column/src/main/java/parquet/filter2/predicate/FilterApi.java. It would be good to have it in ORC Reader as well but is not available right now. So evaluate the predicate pushdown condition in OrcStorage itself and filter records. This requires PIG-4093.
Attachments
Issue Links
- depends upon
-
PIG-4093 Predicate pushdown to support removing filters from pig plan
- Open