You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Aman Sinha (JIRA)" <ji...@apache.org> on 2015/04/29 19:17:06 UTC

[jira] [Updated] (DRILL-2308) Exists co-related sub-query throws CannotPlanException

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

Aman Sinha updated DRILL-2308:
------------------------------
    Fix Version/s:     (was: Future)
                   0.9.0

> Exists co-related sub-query throws CannotPlanException
> ------------------------------------------------------
>
>                 Key: DRILL-2308
>                 URL: https://issues.apache.org/jira/browse/DRILL-2308
>             Project: Apache Drill
>          Issue Type: Bug
>          Components: Query Planning & Optimization
>    Affects Versions: 0.8.0
>            Reporter: Abhishek Girish
>            Assignee: Jinfeng Ni
>             Fix For: 0.9.0
>
>
> *The following query fails to plan:*
> SELECT Count(*) 
> FROM   customer c 
> WHERE  EXISTS (SELECT * 
>                FROM   store_sales ss, 
>                       date_dim d 
>                WHERE  c.c_customer_sk = ss.ss_customer_sk 
>                       AND ss.ss_sold_date_sk = d.d_date_sk); 
> Query failed: RelOptPlanner.CannotPlanException: Node [rel#147450:Subset#18.LOGICAL.ANY([]).[]] could not be implemented; planner state:
> Root: rel#147450:Subset#18.LOGICAL.ANY([]).[]
> ...
> ...



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)