Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
RelOptUtil.pushDownJoinConditions is called in FilterJoinRule; it might create Project operators, but a ProjectFactory parameter is not provided. RelOptUtil.createProject that is called in AggregateJoinTranposeRule has the same issue.
Attachments
Issue Links
- relates to
-
CALCITE-828 Use RelBuilder in rules rather than type-specific RelNode factories
- Closed