You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@calcite.apache.org by "Laurent Goujon (JIRA)" <ji...@apache.org> on 2018/08/01 21:15:00 UTC

[jira] [Created] (CALCITE-2437) FilterMultiJoinMergeRule doesn't combine postFilterCondition

Laurent Goujon created CALCITE-2437:
---------------------------------------

             Summary: FilterMultiJoinMergeRule doesn't combine postFilterCondition
                 Key: CALCITE-2437
                 URL: https://issues.apache.org/jira/browse/CALCITE-2437
             Project: Calcite
          Issue Type: Bug
          Components: core
            Reporter: Laurent Goujon
            Assignee: Julian Hyde


{{FilterMultiJoinMergeRule}} merges a {{Filter}} on top of a {{MultiJoin}} into the multi join itself as part of its post-join filter condition. But the rule doesn't seem to combine the top filter with the existing condition.

I actually believe it's a bug in the code, although I never triggered it myself.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)