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/27 14:08:00 UTC

[jira] [Created] (IGNITE-15624) Calcite. Fix sort ordering "con[1|2]" in ScripTestSuite.

Evgeny Stanilovsky created IGNITE-15624:
-------------------------------------------

             Summary: Calcite. Fix sort ordering "con[1|2]" in ScripTestSuite.
                 Key: IGNITE-15624
                 URL: https://issues.apache.org/jira/browse/IGNITE-15624
             Project: Ignite
          Issue Type: Improvement
          Components: sql
            Reporter: Evgeny Stanilovsky


Some tests contains not supported ordering (con1, con2 ..) and so on.


{noformat}
statement ok con1
CREATE TABLE test (a VARCHAR);

query I con2
SELECT * FROM test ORDER BY a
----
NULL
NULL
1
3
{noformat}



{noformat}
/sql/update/*
{noformat}




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