You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@impala.apache.org by "Zoltán Borók-Nagy (Jira)" <ji...@apache.org> on 2022/05/11 15:27:00 UTC

[jira] [Created] (IMPALA-11287) Implement CREATE TABLE LIKE for Iceberg tables

Zoltán Borók-Nagy created IMPALA-11287:
------------------------------------------

             Summary: Implement CREATE TABLE LIKE for Iceberg tables
                 Key: IMPALA-11287
                 URL: https://issues.apache.org/jira/browse/IMPALA-11287
             Project: IMPALA
          Issue Type: Bug
          Components: Frontend
            Reporter: Zoltán Borók-Nagy


CREATE TABLE LIKE statements are not working correctly for Iceberg tables.

Currently it also clones the metadata_location table property which points to the source table's metadata file.

We shouldn't clone the metadata_location, as CREATE TABLE LIKE just needs to create a similar, empty table.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)