You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "Peter Vary (Jira)" <ji...@apache.org> on 2022/03/29 09:02:00 UTC

[jira] [Comment Edited] (HIVE-26077) Implement CTAS for Iceberg tables with partition spec

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

Peter Vary edited comment on HIVE-26077 at 3/29/22, 9:01 AM:
-------------------------------------------------------------

Pushed to master.
Thanks for the review [~Marton Bod]!


was (Author: pvary):
Pushed to master.
Thanks for the review [~Marton Bod]

> Implement CTAS for Iceberg tables with partition spec
> -----------------------------------------------------
>
>                 Key: HIVE-26077
>                 URL: https://issues.apache.org/jira/browse/HIVE-26077
>             Project: Hive
>          Issue Type: Task
>            Reporter: Peter Vary
>            Assignee: Peter Vary
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 4.0.0
>
>          Time Spent: 40m
>  Remaining Estimate: 0h
>
> We enabled CTAS for Iceberg tables, but currently only for unpartitioned tables and tables where the partitioning schema uses the original HIVE {{PARTITIONED BY}} syntax.
> We would like to use CTAS with the new syntax, like:
> {code}
> CREATE TABLE t PARTITIONED BY SPEC(day(ts)) AS SELECT ...
> {code}



--
This message was sent by Atlassian Jira
(v8.20.1#820001)