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 SchemaUpdate logic to Iceberg-Rust #697

Open
Fokko opened this issue Nov 14, 2024 · 2 comments
Open

Add SchemaUpdate logic to Iceberg-Rust #697

Fokko opened this issue Nov 14, 2024 · 2 comments
Assignees

Comments

@Fokko
Copy link
Contributor

Fokko commented Nov 14, 2024

The general philosophy of any engine that implements Iceberg-Rust is that they should not care about things like field-IDs. Therefore we try to hide this logic behind APIs. To allow evolution of the schema, we have the UpdateSchema API in Python and the SchemaUpdate (implements UpdateSchema) in Java. It would be good to have this one in Rust as well :)

@vinjai
Copy link

vinjai commented Nov 15, 2024

Hey @Fokko
I would like to give this a shot

@Fokko
Copy link
Contributor Author

Fokko commented Nov 18, 2024

@vinjai That would be great! Feel free to ping me if you run into anything

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

No branches or pull requests

2 participants