You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/12/06 06:12:59 UTC

[jira] [Commented] (DRILL-4956) Temporary tables support

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

ASF GitHub Bot commented on DRILL-4956:
---------------------------------------

Github user paul-rogers commented on a diff in the pull request:

    https://github.com/apache/drill/pull/666#discussion_r91010916
  
    --- Diff: exec/java-exec/src/main/codegen/includes/parserImpls.ftl ---
    @@ -214,8 +214,8 @@ SqlNode SqlDropView() :
     }
     
     /**
    - * Parses a CTAS statement.
    - * CREATE TABLE tblname [ (field1, field2, ...) ] AS select_statement.
    + * Parses a CTAS or CTTAS statement.
    + * CREATE [TEMPORARY] TABLE tblname [ (field1, field2, ...) ] AS select_statement.
    --- End diff --
    
    Ignore this comment: we can't do this at this time because it breaks tests. To be added later if/when we move to the Calcite parser that supports it.


> Temporary tables support
> ------------------------
>
>                 Key: DRILL-4956
>                 URL: https://issues.apache.org/jira/browse/DRILL-4956
>             Project: Apache Drill
>          Issue Type: Improvement
>    Affects Versions: 1.8.0
>            Reporter: Arina Ielchiieva
>            Assignee: Paul Rogers
>              Labels: doc-impacting
>             Fix For: Future
>
>
> Link to design doc - https://docs.google.com/document/d/1gSRo_w6q2WR5fPx7SsQ5IaVmJXJ6xCOJfYGyqpVOC-g/edit



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