You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Jinfeng Ni (JIRA)" <ji...@apache.org> on 2015/07/02 20:27:04 UTC

[jira] [Updated] (DRILL-3248) Explain CTAS statement support

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

Jinfeng Ni updated DRILL-3248:
------------------------------
    Fix Version/s:     (was: 1.2.0)
                   Future

> Explain CTAS statement support
> ------------------------------
>
>                 Key: DRILL-3248
>                 URL: https://issues.apache.org/jira/browse/DRILL-3248
>             Project: Apache Drill
>          Issue Type: New Feature
>          Components: Query Planning & Optimization
>            Reporter: Jinfeng Ni
>            Assignee: Jinfeng Ni
>             Fix For: Future
>
>
> Currently, only SELECT query could be put in EXPLAIN statement, and Drill does not support EXPLAIN CTAS statement.  
> One option would be to EXPLAIN the select_query in CTAS directly. However,   with the partition by clause added in CTAS,  it's not possible to do so any more, since there is no corresponding "PARTITION BY" clause in the SELECT query. 
> Therefore, it is important to extend EXPLAIN to accept CTAS directly.
>  



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