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/12/29 08:29:00 UTC

[jira] [Updated] (IGNITE-15992) Calcite engine. Correlated queries with ORDER and LIMIT can't be planned

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

Evgeny Stanilovsky updated IGNITE-15992:
----------------------------------------
    Labels: calcite calcite2-required calcite3-required ignite-3  (was: calcite2-required calcite3-required)

> Calcite engine. Correlated queries with ORDER and LIMIT can't be planned
> ------------------------------------------------------------------------
>
>                 Key: IGNITE-15992
>                 URL: https://issues.apache.org/jira/browse/IGNITE-15992
>             Project: Ignite
>          Issue Type: Bug
>            Reporter: Aleksey Plekhanov
>            Assignee: Aleksey Plekhanov
>            Priority: Major
>              Labels: calcite, calcite2-required, calcite3-required, ignite-3
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> For example:
> {noformat}
> CREATE TABLE test (a INTEGER)
> SELECT (SELECT test.a FROM test t ORDER BY 1 LIMIT 1) FROM test
> {noformat}
> Fail with:
> {noformat}
> org.apache.calcite.plan.RelOptPlanner$CannotPlanException: There are not enough rules to produce a node with desired properties
> {noformat}



--
This message was sent by Atlassian Jira
(v8.20.1#820001)