László Pintér created HIVE-25179:
------------------------------------
Summary: 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
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}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)