You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by paul-rogers <gi...@git.apache.org> on 2016/12/06 06:12:26 UTC

[GitHub] drill pull request #666: DRILL-4956: Temporary tables support

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.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---