You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "László Pintér (Jira)" <ji...@apache.org> on 2021/05/31 07:43:00 UTC

[jira] [Updated] (HIVE-25179) Support all partition transforms for Iceberg in create table

     [ https://issues.apache.org/jira/browse/HIVE-25179?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

László Pintér updated HIVE-25179:
---------------------------------
    Description: 
Enhance table create syntax with support to partition transforms:
{code:sql}
CREATE TABLE ... PARTITIONED BY SPEC(
year_field year,
month_field month,
day_field day,
hour_field hour,
truncate_field truncate[3],
bucket_field bucket[5],
identity_field identity
) STORED BY ICEBERG;
{code}


  was:
Enhance table create syntax with support to partition transforms:
{code:sq}
CREATE TABLE ... PARTITIONED BY SPEC(
year_field year,
month_field month,
day_field day,
hour_field hour,
truncate_field truncate[3],
bucket_field bucket[5],
identity_field identity
) STORED BY ICEBERG;
{code}



> Support all partition transforms for Iceberg in create table
> ------------------------------------------------------------
>
>                 Key: HIVE-25179
>                 URL: https://issues.apache.org/jira/browse/HIVE-25179
>             Project: Hive
>          Issue Type: New Feature
>            Reporter: László Pintér
>            Assignee: László Pintér
>            Priority: Major
>
> Enhance table create syntax with support to partition transforms:
> {code:sql}
> CREATE TABLE ... PARTITIONED BY SPEC(
> year_field year,
> month_field month,
> day_field day,
> hour_field hour,
> truncate_field truncate[3],
> bucket_field bucket[5],
> identity_field identity
> ) STORED BY ICEBERG;
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)