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

introduce DataWriteMode.Delete to undo inserts to the wrong container #117

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

stefann42
Copy link
Contributor

Delete is useful to undo inserts that might have been written to the wrong container by mistake, if you cannot delete the entire container because it might contain other unrelated data. If you realize you made a mistake, change DataWriteMode to Delete and rerun.

@markjbrown
Copy link
Contributor

@stefann42 thank you for this PR. My apologies this has been sitting for so long.

This appears to be a useful addition. I'd like to get some additional eyes on this before merging. Please allow some additional time.

Thanks.

@markjbrown
Copy link
Contributor

PS: @stefann42 there are some conflicts in your PR against main. If you are able, please make an additional commit to resolve.

Thanks again.

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