You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Krisztian Kasa (Jira)" <ji...@apache.org> on 2022/11/23 13:13:00 UTC

[jira] [Created] (HIVE-26771) Use DDLTask to created Iceberg table when running ctas statement

Krisztian Kasa created HIVE-26771:
-------------------------------------

             Summary: Use DDLTask to created Iceberg table when running ctas statement
                 Key: HIVE-26771
                 URL: https://issues.apache.org/jira/browse/HIVE-26771
             Project: Hive
          Issue Type: Improvement
          Components: Iceberg integration
            Reporter: Krisztian Kasa
            Assignee: Krisztian Kasa


When Iceberg table is created via ctas statement the table is created in HiveIcebergSerDe and no DDL task is executed.
Negative effects of this workflow:
* Default privileges of the new table are not granted.
* The new Iceberg table can be seen by other transactions at compile time of ctas.
* Table creation and table properties are not shown in explain ctas output.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)