Uh oh!
There was an error while loading. Please reload this page.
HBASE-8458 Support for batch version of checkAndPut() and checkAndDelete() - #594
Closed
guangxuCheng wants to merge 1 commit into
Closed
HBASE-8458 Support for batch version of checkAndPut() and checkAndDelete()#594guangxuCheng wants to merge 1 commit into
guangxuCheng wants to merge 1 commit into
Conversation
This comment has been minimized.
This comment has been minimized.
guangxuChengforce-pushed
the
HBASE-8458
branch
from
September 7, 2019 15:56
3cfe214 to
f914796Compare
This comment has been minimized.
This comment has been minimized.
guangxuChengforce-pushed
the
HBASE-8458
branch
from
September 8, 2019 14:35
f914796 to
6d670dbCompareApache-HBase
commented
Sep 8, 2019
💔 -1 overall
This message was automatically generated. |
saintstack
commented
Oct 9, 2019
Contributor
Oh. Rerunning tests but patch has conflicts. Mind fixing please @guangxuCheng ? |
guangxuCheng
commented
Oct 16, 2019
MemberAuthor
@saintstack Thanks for review. Rebased to current branch-2, pending QA, Thanks |
Apache-HBase
commented
Oct 16, 2019
🎊 +1 overall
This message was automatically generated. |
guangxuCheng
commented
Oct 24, 2019
MemberAuthor
@saintstack@Apache9 can you take a look? Thanks |
Apache9
commented
Oct 26, 2019
Contributor
Could you please upload a patch against master? |
guangxuCheng
commented
Oct 28, 2019
MemberAuthor
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
batch checkAndxxx using existing batch method on Table.
detail see: https://issues.apache.org/jira/browse/HBASE-8458