Peter Vary created HIVE-26077:
---------------------------------
Summary: 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
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)