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

GORA-522 Fix the put method in aerospike module #118

Merged
merged 3 commits into from Aug 22, 2017

Conversation

nishadi
Copy link
Contributor

@nishadi nishadi commented Aug 20, 2017

This PR contains changes to update the Put method.
Currently if the key is already existing, the whole record is deleted before adding the new record. This behavior results removing the needed fields, if the new addition only updates certain fields. With this fix, it deletes the record only if certain fields are removed with the new update.

@nishadi
Copy link
Contributor Author

nishadi commented Aug 20, 2017

I am currently working on this. Please don't merge it.

@asfgit asfgit merged commit 31af406 into apache:master Aug 22, 2017
@djkevincr
Copy link
Member

@nishadi Merged the PR. This is great :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants