Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a procedure to migrate Hive tables to Iceberg #13196

Closed
Tracked by #1324
alexjo2144 opened this issue Jul 15, 2022 · 0 comments · Fixed by #13493
Closed
Tracked by #1324

Add a procedure to migrate Hive tables to Iceberg #13196

alexjo2144 opened this issue Jul 15, 2022 · 0 comments · Fixed by #13493
Assignees
Labels
enhancement New feature or request

Comments

@alexjo2144
Copy link
Member

Similarly to the Spark migrate procedure, it would be nice to have a way to take an existing Hive table and add Iceberg metadata to it. https://iceberg.apache.org/docs/latest/spark-procedures/#migrate

  • The procedure should not rewrite the data.
  • The existing schema should be mapped to field ids using a default name mapping
  • Properties like partitioning and file format should be preserved
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Development

Successfully merging a pull request may close this issue.

2 participants