Details
-
Improvement
-
Status: Patch Available
-
Major
-
Resolution: Unresolved
-
0.12.0
-
None
Description
When the residual predicate is null, pushed down predicates are evaluated twice, by the StorageHander and later by the filter operator. In addition to the performance penalty, some specific pushed predicates may not be correctly handled by the filter operator, thus masking some results returned by the StorageHandler.
As proposed in HIVE-2897 with other changes, the provided patch only removes pushed predicates when residual predicate is null.
Attachments
Attachments
Issue Links
- duplicates
-
HIVE-2897 Remove filter operator of which all the predicates have pushed down to storage handler
-
- Open
-