[
https://issues.apache.org/jira/browse/CALCITE-826?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jesus Camacho Rodriguez updated CALCITE-826:
--------------------------------------------
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. (was: RelOptUtil.pushDownJoinConditions is called in
FilterJoinRule; it might create Project operators, but a ProjectFactory
parameter is not provided. )
> Use ProjectFactory in AggregateJoinTranposeRule and FilterJoinRule
> ------------------------------------------------------------------
>
> Key: CALCITE-826
> URL: https://issues.apache.org/jira/browse/CALCITE-826
> Project: Calcite
> Issue Type: Bug
> Reporter: Jesus Camacho Rodriguez
> Assignee: Jesus Camacho Rodriguez
> Fix For: 1.4.0-incubating
>
>
> 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.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)