[jira] [Created] (IGNITE-14549) Calcite. ORDER BY column not from SELECT LIST

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

[jira] [Created] (IGNITE-14549) Calcite. ORDER BY column not from SELECT LIST

Anton Vinogradov (Jira)
Konstantin Orlov created IGNITE-14549:
-----------------------------------------

             Summary: Calcite. ORDER BY column not from SELECT LIST
                 Key: IGNITE-14549
                 URL: https://issues.apache.org/jira/browse/IGNITE-14549
             Project: Ignite
          Issue Type: Bug
            Reporter: Konstantin Orlov
            Assignee: Konstantin Orlov


Currently queries with sorting by a column not presented in select list are failed during planning.

{{select col1 from my_table order by col2}}



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