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 infrastruct...@apache.org or file a JIRA ticket with INFRA. ---