[
https://issues.apache.org/jira/browse/HIVE-20241?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16556459#comment-16556459
]
Jesus Camacho Rodriguez commented on HIVE-20241:
------------------------------------------------
Uploaded initial patch to get a ptests run. I will be adding more tests in
follow-up patch.
> Support partitioning spec in CTAS statements
> --------------------------------------------
>
> Key: HIVE-20241
> URL: https://issues.apache.org/jira/browse/HIVE-20241
> Project: Hive
> Issue Type: Improvement
> Components: Parser
> Reporter: Jesus Camacho Rodriguez
> Assignee: Jesus Camacho Rodriguez
> Priority: Major
> Attachments: HIVE-20241.patch
>
>
> Currently, for partitioned tables we will declare the table and insert the
> data in different operations. This issue is to extend CTAS statement to
> support specifying partition columns.
> For instance:
> {code:sql}
> CREATE TABLE partition_ctas_1 PARTITIONED BY (key) AS
> SELECT value, key FROM src where key > 200 and key < 300;
> {code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)