-
Notifications
You must be signed in to change notification settings - Fork 224
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
Split transaction mod to multi files mod. #980
Comments
I can work on this! |
Thanks! |
I'll work on this after #960 gets merged. |
liurenjie1024
pushed a commit
that referenced
this issue
Mar 14, 2025
## Which issue does this PR close? - Closes #980 . ## What changes are included in this PR? Split transactions module
Li0k
pushed a commit
to risingwavelabs/iceberg-rust
that referenced
this issue
Mar 24, 2025
- Closes apache#980 . Split transactions module
Li0k
pushed a commit
to risingwavelabs/iceberg-rust
that referenced
this issue
Mar 25, 2025
- Closes apache#980 . Split transactions module
xxchan
added a commit
to risingwavelabs/iceberg-rust
that referenced
this issue
Mar 25, 2025
- Closes apache#980 . Split transactions module Signed-off-by: xxchan <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As we are adding more and more transaction actions, the transaction module will become too large to maintain. We need to convert it to multi file module to make it easier to maintain.
The text was updated successfully, but these errors were encountered: