You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Aleksey Plekhanov (Jira)" <ji...@apache.org> on 2021/12/02 12:59:00 UTC

[jira] [Updated] (IGNITE-16046) Calcite engine. Double JOIN hangs on optimization phase

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

Aleksey Plekhanov updated IGNITE-16046:
---------------------------------------
    Labels: calcite2-required calcite3-required  (was: )

> Calcite engine. Double JOIN hangs on optimization phase
> -------------------------------------------------------
>
>                 Key: IGNITE-16046
>                 URL: https://issues.apache.org/jira/browse/IGNITE-16046
>             Project: Ignite
>          Issue Type: Bug
>            Reporter: Aleksey Plekhanov
>            Priority: Major
>              Labels: calcite2-required, calcite3-required
>
> Reproducer:
> {noformat}
> CREATE TABLE T1(A INT, B INT);
> CREATE TABLE T2(A INT, C INT);
> CREATE TABLE T3(B INT, C INT);
> SELECT * FROM T1 JOIN T2 ON (T1.A = T2.A) JOIN T3 ON (T1.B = T3.B AND T2.C = T3.C);
> {noformat}



--
This message was sent by Atlassian Jira
(v8.20.1#820001)