You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@calcite.apache.org by "Gian Merlino (JIRA)" <ji...@apache.org> on 2017/03/22 04:31:41 UTC

[jira] [Created] (CALCITE-1719) SortCollapseRule for collapsing nested sorts

Gian Merlino created CALCITE-1719:
-------------------------------------

             Summary: SortCollapseRule for collapsing nested sorts
                 Key: CALCITE-1719
                 URL: https://issues.apache.org/jira/browse/CALCITE-1719
             Project: Calcite
          Issue Type: Improvement
          Components: core
            Reporter: Gian Merlino
            Assignee: Julian Hyde


Useful for subqueries like {{SELECT * FROM (...) LIMIT X}}, where the inner
query might have an order by or limit.

Patch in https://github.com/apache/calcite/pull/410.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)