You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Vova Vysotskyi (Jira)" <ji...@apache.org> on 2022/05/07 14:47:00 UTC

[jira] [Created] (DRILL-8209) Introduce rule for converting join with distinct input to semi-join

Vova Vysotskyi created DRILL-8209:
-------------------------------------

             Summary: Introduce rule for converting join with distinct input to semi-join
                 Key: DRILL-8209
                 URL: https://issues.apache.org/jira/browse/DRILL-8209
             Project: Apache Drill
          Issue Type: Sub-task
            Reporter: Vova Vysotskyi
            Assignee: Vova Vysotskyi


Newer Calcite changed the order of applying rules. AggregateRemoveRule is applied before SemiJoinRule, so SemiJoinRule cannot be applied later, since aggregate is pruned from planning.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)