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

Iceberg write support #759

Merged
merged 7 commits into from
Dec 12, 2024
Merged

Iceberg write support #759

merged 7 commits into from
Dec 12, 2024

Conversation

SergeiPatiakin
Copy link
Collaborator

@SergeiPatiakin SergeiPatiakin commented Dec 9, 2024

With this PR, a user can use the DML INSERT statement to append to an existing Iceberg table.

Iceberg code is borrowed from https://github.com/splitgraph/lakehouse-loader . It makes some accommodation for creating Iceberg tables from scratch, which is not supported in this PR but will be supported in future.

@SergeiPatiakin SergeiPatiakin requested review from gruuya and a team December 11, 2024 16:54
@SergeiPatiakin SergeiPatiakin changed the title Iceberg support Iceberg write support Dec 11, 2024
@SergeiPatiakin SergeiPatiakin marked this pull request as ready for review December 11, 2024 16:54
tests/data/iceberg/default.db/iceberg_table_2/README.md Outdated Show resolved Hide resolved
src/context/iceberg.rs Outdated Show resolved Hide resolved
src/context/iceberg.rs Show resolved Hide resolved
Copy link
Contributor

@gruuya gruuya left a comment

Choose a reason for hiding this comment

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

Very nice, thanks!

@SergeiPatiakin SergeiPatiakin merged commit ddf8144 into main Dec 12, 2024
2 checks passed
@SergeiPatiakin SergeiPatiakin deleted the dev/iceberg branch December 12, 2024 13:42
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