Details
-
Type:
Bug
-
Status: Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 0.8.0
-
Component/s: Planner/Optimizer
-
Labels:None
Description
See the title. After we separate table schema into physical and logical schemas, FilterPushDown does not push filter conditions on partitioned tables. This patch fixes this bug.