Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
select comm = 2 from emp where comm = 2 can pull up =($0, true) select comm = 3 from emp where comm = 2 can pull up =($0, false) select comm = 2 from emp where comm = 2 and empno = 1 can pull up =($0, true) select comm = 2 empno = 1 and from emp where comm = 2 and empno = 1 can pull up =($0, true) Now the pull up predicate is nothing.
Attachments
Issue Links
- is blocked by
-
CALCITE-1048 Make metadata more robust
- Open
- is fixed by
-
CALCITE-6586 Some Rules not firing due to RelMdPredicates returning null in VolcanoPlanner
- Resolved
- is related to
-
CALCITE-5036 `RelMetadataQuery#getPulledUpPredicates` support to analyze constant key for the operator of IS_NOT_DISTINCT_FROM
- Closed
- links to