GitHub user nishadi opened a pull request:

    https://github.com/apache/gora/pull/118

    GORA-522 Fix the put method in aerospike module

    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.  

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/nishadi/gora gora-522

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/gora/pull/118.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #118
    
----
commit bebc7a8a524e19739f6128437bab06212a35e75b
Author: nishadi <ndime...@gmail.com>
Date:   2017-08-20T14:32:27Z

    Fix the put method to delete the existing records only if certain fields 
have been removed

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to