xiong duan created CALCITE-6873: ----------------------------------- Summary: The FilterProjectTransposeRule should not push the Filter past the Project when the Filter contains a Subquery with correlation Key: CALCITE-6873 URL: https://issues.apache.org/jira/browse/CALCITE-6873 Project: Calcite Issue Type: Bug Reporter: xiong duan Assignee: xiong duan
According to the documentation of FilterProjectTransposeRule, when Correlation is included in the Filter, it is not allowed to push the Filter pass to the Project. However, when the filter condition contains a subquery with Correlation, it is pushed down. This would result in incorrect column references in the SubqueryRemoveRule. -- This message was sent by Atlassian Jira (v8.20.10#820010)