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

Merge haeinsa mutation #49

Merged
merged 16 commits into from
Mar 31, 2016
Merged

Merge haeinsa mutation #49

merged 16 commits into from
Mar 31, 2016

Conversation

0mok
Copy link
Contributor

@0mok 0mok commented Mar 30, 2016

Simplified version of merge-haeinsa-mutation

@@ -107,6 +108,22 @@ public void add(HaeinsaMutation newMutation) {
}
}

FilterResult filter(HaeinsaPut put) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

move to HaeinsaRowTransaction? (also with FilterResult)

add overloaded isDeleted(HaeinsaKeyValue) function for readability
@dittos
Copy link
Contributor

dittos commented Mar 30, 2016

LGTM (but travis still fails?!)

@eincs eincs mentioned this pull request Mar 31, 2016
@eincs
Copy link
Contributor

eincs commented Mar 31, 2016

This pull requests fixes #6.

@eincs eincs added this to the v1.0.6 milestone Mar 31, 2016
}

List<HaeinsaMutation> toMutations() {
List<HaeinsaMutation> result = Lists.newArrayListWithCapacity(3);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

3 -> 2

@ewmkkpe
Copy link
Contributor

ewmkkpe commented Mar 31, 2016

+1

@0mok 0mok merged commit 6479dce into VCNC:master Mar 31, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants