[
https://issues.apache.org/jira/browse/HIVE-26771?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Krisztian Kasa updated HIVE-26771:
----------------------------------
Description:
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:
* Missing table properties: format-version, write.[delete|update|merge].mode
* 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.
was:
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.
> 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
> Priority: Major
> Labels: pull-request-available
> Time Spent: 20m
> Remaining Estimate: 0h
>
> 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:
> * Missing table properties: format-version, write.[delete|update|merge].mode
> * 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)