Using Apache IcebergPDF version

Create table … like feature

From Hive, you can create an Iceberg table schema based on another table. The table contains no data. The table properties of the original table are carried over to the new table definition.

The create table … link feature is available only from Hive. The following example shows how to use this feature:

CREATE TABLE target LIKE source STORED BY ICEBERG;

We want your opinion

How can we improve this page?

What kind of feedback do you have?