You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Yury Gerzhedovich (Jira)" <ji...@apache.org> on 2023/01/05 10:58:00 UTC

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

    [ https://issues.apache.org/jira/browse/IGNITE-18442?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17654914#comment-17654914 ] 

Yury Gerzhedovich commented on IGNITE-18442:
--------------------------------------------

[~zstan] LGTM, thanks for the contribution!

> 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
>            Priority: Major
>              Labels: calcite, ignite-3
>          Time Spent: 2h 20m
>  Remaining Estimate: 0h
>
> 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)