[ 
https://issues.apache.org/jira/browse/IMPALA-11287?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17565156#comment-17565156
 ] 

ASF subversion and git services commented on IMPALA-11287:
----------------------------------------------------------

Commit 78e45a7ceaa7c080678d11d11c1112ca8fa933ac in impala's branch 
refs/heads/master from LPL
[ https://gitbox.apache.org/repos/asf?p=impala.git;h=78e45a7ce ]

IMPALA-11287 (part 2): Implement CREATE TABLE LIKE for Iceberg tables

This commit implements cloning between Iceberg tables. Cloning Iceberg
tables from other Types of tables is not implemented, because the Data
Types of Iceberg and Impala do not correspond one by one.

Testing:
 - e2e tests

Change-Id: I1284b926f51158e221277b18b2e73707e29f86ac
Reviewed-on: http://gerrit.cloudera.org:8080/18658
Tested-by: Impala Public Jenkins <[email protected]>
Reviewed-by: Zoltan Borok-Nagy <[email protected]>


> 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
>            Assignee: LiPenglin
>            Priority: Major
>              Labels: impala-iceberg
>
> 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.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to