You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@calcite.apache.org by "Jesus Camacho Rodriguez (JIRA)" <ji...@apache.org> on 2018/04/24 16:02:00 UTC

[jira] [Resolved] (CALCITE-2277) Skip SemiJoin operator in materialized view-based rewriting algorithm

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

Jesus Camacho Rodriguez resolved CALCITE-2277.
----------------------------------------------
    Resolution: Fixed

For now, bailing out to prevent any incorrect result. If we want to support SemiJoin, algorithm will need to be extended, this may be done in a follow-up.

Fixed in http://git-wip-us.apache.org/repos/asf/calcite/commit/fd5dc8adf .

> Skip SemiJoin operator in materialized view-based rewriting algorithm
> ---------------------------------------------------------------------
>
>                 Key: CALCITE-2277
>                 URL: https://issues.apache.org/jira/browse/CALCITE-2277
>             Project: Calcite
>          Issue Type: Bug
>    Affects Versions: 1.16.0
>            Reporter: Jesus Camacho Rodriguez
>            Assignee: Jesus Camacho Rodriguez
>            Priority: Major
>             Fix For: 1.17.0
>
>
> {{AbstractMaterializedViewRule}} is not recognizing the difference between SemiJoin and Join operator, since SemiJoin inherits from Join. This can lead to incorrect rewriting and errors in the rewriting logic.



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