-
Type:
Improvement
-
Status: Resolved
-
Priority:
Major
-
Resolution: Duplicate
-
Affects Version/s: 0.11
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
When there is a AND and OR condition involved with combination of partition and non-partition columns like
(pcond1 and npcond1) or (pcond2 and npcond2), push the partition filter as (pcond1 or pcond2) to the LoadFunc. We will still be applying the whole filter condition on the loaded data.