You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Evgeny Stanilovsky (Jira)" <ji...@apache.org> on 2022/12/21 11:38:00 UTC

[jira] [Created] (IGNITE-18442) Sql. JOIN with DISTINCT FROM fails.

Evgeny Stanilovsky created IGNITE-18442:
-------------------------------------------

             Summary: Sql. JOIN with DISTINCT FROM fails.
                 Key: IGNITE-18442
                 URL: https://issues.apache.org/jira/browse/IGNITE-18442
             Project: Ignite
          Issue Type: Bug
          Components: sql
    Affects Versions: 3.0.0-beta1
            Reporter: Evgeny Stanilovsky
            Assignee: Evgeny Stanilovsky


Syntax like :
{noformat}
select a,tbl_2.b from tbl_1 inner join tbl_2 on (a IS NOT DISTINCT FROM tbl_2.b){noformat}
already implemented under IGNITE-15574

need to adopt it.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)