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 Support Roadmap #2458

Open
6 of 18 tasks
kevinzwang opened this issue Jul 1, 2024 · 2 comments
Open
6 of 18 tasks

Iceberg Support Roadmap #2458

kevinzwang opened this issue Jul 1, 2024 · 2 comments
Labels
data-catalogs Related to support for Data Catalogs iceberg

Comments

@kevinzwang
Copy link
Member

kevinzwang commented Jul 1, 2024

Features

Bugs and Testing

@kevinzwang kevinzwang added data-catalogs Related to support for Data Catalogs iceberg labels Jul 1, 2024
@corleyma
Copy link

corleyma commented Nov 12, 2024

@kevinzwang I am a bit confused about what copy-on-write writing represents in this set of features? Typically (at least coming from a Spark lens), copy-on-write is the default behavior for Iceberg v2 tables. Given that Daft supports basic and partitioned rights, what does it mean to say Daft does not have support for either COW or MOR writing? It has to be one or the other, right?

@kevinzwang
Copy link
Member Author

kevinzwang commented Nov 13, 2024

@kevinzwang I am a bit confused about what copy-on-write writing represents in this set of features? Typically (at least coming from a Spark lens), copy-on-write is the default behavior for Iceberg v2 tables. Given that Daft supports basic and partitioned rights, what does it mean to say Daft does not have support for either COW or MOR writing? It has to be one or the other, right?

Hi @corleyma! COW and MOR are two different strategies we would need to support in order to do upsert (merge) operations in Iceberg. We currently only support append or overwrite for writing to Iceberg tables, which do not need either.

I've updated the roadmap to better reflect this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
data-catalogs Related to support for Data Catalogs iceberg
Projects
None yet
Development

No branches or pull requests

2 participants