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:16:07 UTC

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

    [ https://issues.apache.org/jira/browse/DRILL-2308?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14519756#comment-14519756 ] 

Aman Sinha commented on DRILL-2308:
-----------------------------------

This is working on the latest master branch.  I am marking it resolved for 0.9 but please verify and add a test case. 

> 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: Future
>
>
> *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)