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

2022-05-26 Thread James Turton (Jira)


 [ 
https://issues.apache.org/jira/browse/DRILL-8209?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

James Turton updated DRILL-8209:

Fix Version/s: 2.0.0

> 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
>Affects Versions: 2.0.0
>Reporter: Vova Vysotskyi
>Assignee: Vova Vysotskyi
>Priority: Major
> Fix For: 2.0.0
>
>
> 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)


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

2022-05-26 Thread James Turton (Jira)


 [ 
https://issues.apache.org/jira/browse/DRILL-8209?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

James Turton updated DRILL-8209:

Affects Version/s: 2.0.0

> 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
>Affects Versions: 2.0.0
>Reporter: Vova Vysotskyi
>Assignee: Vova Vysotskyi
>Priority: Major
>
> 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)


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

2022-05-12 Thread Vitalii Diravka (Jira)


 [ 
https://issues.apache.org/jira/browse/DRILL-8209?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Vitalii Diravka updated DRILL-8209:
---
Reviewer: Vitalii Diravka

> 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
>Priority: Major
>
> 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)