You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "ChiaPing Tsai (JIRA)" <ji...@apache.org> on 2016/10/27 06:48:58 UTC

[jira] [Commented] (HBASE-16610) Unify append, increment with AP

    [ https://issues.apache.org/jira/browse/HBASE-16610?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15610918#comment-15610918 ] 

ChiaPing Tsai commented on HBASE-16610:
---------------------------------------

{noformat}
  List<Row> rows = new ArrayList<Row>();
  rows.add(increment);
{noformat}
Does it can be replaced by Collections.singletonList? Because the AP#submitAll doesn't modify the List.


> Unify append, increment with AP
> -------------------------------
>
>                 Key: HBASE-16610
>                 URL: https://issues.apache.org/jira/browse/HBASE-16610
>             Project: HBase
>          Issue Type: Sub-task
>            Reporter: Heng Chen
>            Assignee: Heng Chen
>         Attachments: HBASE-16610.patch, HBASE-16610.v1.patch, HBASE-16610.v1.patch
>
>




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)