[
https://issues.apache.org/jira/browse/HBASE-18522?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16116111#comment-16116111
]
Ted Yu edited comment on HBASE-18522 at 8/7/17 10:12 PM:
---------------------------------------------------------
I was talking about 'Integer rowMutationsIndex' which can be declared as int.
However, since we don't know whether the map contains i or not, you can keep
the current formation.
Please check failed tests (they should fail without patch).
was (Author: [email protected]):
I was talking about 'Integer rowMutationsIndex' which can be declared as int.
Please check failed tests (they should fail without patch).
> Add RowMutations support to Batch
> ---------------------------------
>
> Key: HBASE-18522
> URL: https://issues.apache.org/jira/browse/HBASE-18522
> Project: HBase
> Issue Type: Improvement
> Affects Versions: 1.2.6
> Reporter: Jerry He
> Assignee: Jerry He
> Fix For: 2.0.0, 3.0.0, 1.4.0, 1.5.0
>
> Attachments: HBASE-18522-branch-1.patch
>
>
> RowMutations is multiple Puts and/or Deletes atomically on a single row.
> Current Batch call does not support RowMutations as part of the batch.
> We should add this missing part. We should be able to batch RowMutations.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)