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 2021/09/07 05:53:00 UTC

[jira] [Updated] (IGNITE-14808) Calcite. RIGHT|FULL Join operations are lost nulls sort ordering.

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

Evgeny Stanilovsky updated IGNITE-14808:
----------------------------------------
    Labels: calcite calcite3-required  (was: calcite calcite2-required calcite3-required)

> Calcite. RIGHT|FULL Join operations are lost nulls sort ordering.
> -----------------------------------------------------------------
>
>                 Key: IGNITE-14808
>                 URL: https://issues.apache.org/jira/browse/IGNITE-14808
>             Project: Ignite
>          Issue Type: Bug
>          Components: sql
>            Reporter: Evgeny Stanilovsky
>            Assignee: Konstantin Orlov
>            Priority: Major
>              Labels: calcite, calcite3-required
>          Time Spent: 4h 20m
>  Remaining Estimate: 0h
>
> queries likeĀ 
> {noformat}
> FROM integers FULL OUTER JOIN integers2 ON integers.i=integers2.k ORDER BY i NULLS FIRST
> {noformat} will bring to erroneous results. Also some tests from /sql/join* have no ordering thus results are not equal to pattern.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)