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

Write operations with without_files lead to data loss due to checkpointing #3049

Closed
JonasDev1 opened this issue Dec 9, 2024 · 1 comment · Fixed by #3059
Closed

Write operations with without_files lead to data loss due to checkpointing #3049

JonasDev1 opened this issue Dec 9, 2024 · 1 comment · Fixed by #3059
Labels
bug Something isn't working

Comments

@JonasDev1
Copy link
Contributor

Environment

Delta-rs version: 21.

Binding: Rust


Bug

What happened:
I am appending to a delta table that is read with without_files to reduce memory usage. The append process works fine, but during automatic checkpoint creation, older commited files are removed because they are not in the table snapshot and are therefore not part of the checkpoint.

What you expected to happen:
Either an error should be displayed or the automatic checkpoint creation should be deactivated

@JonasDev1 JonasDev1 added the bug Something isn't working label Dec 9, 2024
@ion-elgreco
Copy link
Collaborator

ion-elgreco commented Dec 9, 2024

Yeahhh, forgot about that interaction with the code base, will look into it next week

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants