You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2022/03/28 13:01:00 UTC

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

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

ASF GitHub Bot logged work on HIVE-26077:
-----------------------------------------

                Author: ASF GitHub Bot
            Created on: 28/Mar/22 13:00
            Start Date: 28/Mar/22 13:00
    Worklog Time Spent: 10m 
      Work Description: pvary opened a new pull request #3147:
URL: https://github.com/apache/hive/pull/3147


   ### What changes were proposed in this pull request?
   Implements the following query:
   ```
   CREATE TABLE t PARTITIONED BY SPEC(day(ts)) AS SELECT ...
   ```
   
   ### Why are the changes needed?
   We need to have a way to create a table with the spec
   
   ### Does this PR introduce _any_ user-facing change?
   Implements a new syntax
   
   ### How was this patch tested?
   New unit test


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: gitbox-unsubscribe@hive.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Issue Time Tracking
-------------------

            Worklog Id:     (was: 748585)
    Remaining Estimate: 0h
            Time Spent: 10m

> 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
>            Priority: Major
>          Time Spent: 10m
>  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)