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

Tracking: Implement table transaction api. #39

Closed
2 tasks done
Tracked by #10641
liurenjie1024 opened this issue Jun 29, 2023 · 3 comments
Closed
2 tasks done
Tracked by #10641

Tracking: Implement table transaction api. #39

liurenjie1024 opened this issue Jun 29, 2023 · 3 comments

Comments

@liurenjie1024
Copy link
Contributor

liurenjie1024 commented Jun 29, 2023

A table transaction is a collection of modifications to an iceberg table, we can support them one by one.

  • Support append files in transaction.
  • Support row delta in transaction.

We can have following as reference:

https://github.com/apache/iceberg/blob/master/api/src/main/java/org/apache/iceberg/Transaction.java
https://github.com/risingwavelabs/iceberg-rust/blob/main/iceberg-rust/src/table/transaction/mod.rs

@xxhZs
Copy link

xxhZs commented Jul 4, 2023

can i do it?

@liurenjie1024
Copy link
Contributor Author

can i do it?

Sure, go ahead.

@liurenjie1024
Copy link
Contributor Author

First part closed by #113

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