You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Chia-Ping Tsai (JIRA)" <ji...@apache.org> on 2017/07/12 15:54:00 UTC

[jira] [Resolved] (HBASE-13287) Append is missing methods, such as addColumn()

     [ https://issues.apache.org/jira/browse/HBASE-13287?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Chia-Ping Tsai resolved HBASE-13287.
------------------------------------
    Resolution: Duplicate

> Append is missing methods, such as addColumn()
> ----------------------------------------------
>
>                 Key: HBASE-13287
>                 URL: https://issues.apache.org/jira/browse/HBASE-13287
>             Project: HBase
>          Issue Type: Bug
>          Components: API
>    Affects Versions: 1.0.0
>            Reporter: Lars George
>            Assignee: Jan Hentschel
>
> Analog to Put, Delete, Get, etc. Append should have the same common method signature, namely {{addColumn()}} as opposed to the older {{add()}}. Also consider adding the other variant that Put has, including the _immutable_ versions.
> Question related: should those methods not better be in the Mutation class? All derived classes implement them. {{setTTL()}} is in Mutation, and throws an exception when used with {{Delete}}. So why not moved those down too? (cc [~saint.ack@gmail.com])



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)