Skip to content

[Feature] Simplify migrate_table and migrate_iceberg_table into one procedure for easier use #5074

@liyubin117

Description

@liyubin117

Search before asking

  • I searched in the issues and found nothing similar.

Motivation

I found that #4639 introduce a new procedure migrate_iceberg_table, and it is similar to migrate_table. we could use connector argument to distinguish the two scenarios in one procedure instead of introduce a new procedure.

CALL sys.migrate_table(connector => 'hive', source_table => 'default.hivetable', options => 'file.format=orc');
CALL sys.migrate_table(connector => 'iceberg', source_table => 'default.icebergtable', options => 'file.format=orc');

Solution

No response

Anything else?

No response

Are you willing to submit a PR?

  • I'm willing to submit a PR!

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions