Skip to content

Conversation

@LsomeYeah
Copy link
Contributor

Purpose

Linked issue: close #xxx

In pr #4639, we had introduced the feature to migrating iceberg table to paimon.
This pr added corresponding procedures and IT cases.

Tests

org.apache.paimon.hive.procedure.MigrateIcebergTableProcedureITCase
org.apache.paimon.procedure.MigrateIcebergTableProcedure23ITCase
org.apache.paimon.procedure.MigrateIcebergTableProcedure31ITCase

API and Format

Documentation

Copy link
Member

@xuzifu666 xuzifu666 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good job! It is an important way for iceberg user migrate to paimon, left some comments @LsomeYeah


import static org.apache.paimon.utils.ThreadPoolUtils.createCachedThreadPool;

/** migrate hive table to paimon table. */
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

migrate iceberg table to paimon table?

import org.slf4j.LoggerFactory;

/** Migrate procedure to migrate hive table to paimon table. */
public class MigrateTableProcedure extends ProcedureBase {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also implement in spark side?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Will add it later.

@LsomeYeah LsomeYeah closed this Dec 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants