Zoltán Borók-Nagy created IMPALA-10432:
------------------------------------------
Summary: INSERT INTO Iceberg tables with partition transforms
Key: IMPALA-10432
URL: https://issues.apache.org/jira/browse/IMPALA-10432
Project: IMPALA
Issue Type: Sub-task
Reporter: Zoltán Borók-Nagy
INSERT INTO Iceberg tables that use partition transforms. Partition transforms
are functions that calculate partition data from row data.
There are the following partition transforms in Iceberg:
[https://iceberg.apache.org/spec/#partition-transforms]
* IDENTITY
* BUCKET
* TRUNCATE
* YEAR
* MONTH
* DAY
* HOUR
INSERT INTO identity-partitioned Iceberg tables are already supported.
We need to add support for the rest.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)