Skip to content

[Spark] Preserves the original table format when migrating from hive to Iceberg  #4226

@whbing

Description

@whbing

Run the following command to migrate the Hive table. The default table format is parquet even if the original table format is orc. This patch will preserves the format of the original hive table if no table format is specified.

CALL spark_catalog.system.migrate('db.tbl');

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions