[jira] [Created] (IGNITE-14177) Query parallelism ignores "NULLS LAST" in "order by" clause

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Created] (IGNITE-14177) Query parallelism ignores "NULLS LAST" in "order by" clause

Anton Vinogradov (Jira)
Ilya Kazakov created IGNITE-14177:
-------------------------------------

             Summary: Query parallelism ignores "NULLS LAST" in "order by" clause
                 Key: IGNITE-14177
                 URL: https://issues.apache.org/jira/browse/IGNITE-14177
             Project: Ignite
          Issue Type: Bug
          Components: sql
    Affects Versions: 2.9.1
            Reporter: Ilya Kazakov
         Attachments: NullsLastWithParallels.java

If set QueryParallelism to some value >=2, then "NULLS LAST" is ignored in "order by clause". 

e.g. SELECT * FROM <TABLE> ORDER BY <COLUMN> ASC NULLS LAST


A small reproducer is attached. 



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