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

Chia-Ping Tsai commented on HBASE-19430:
----------------------------------------

{code:title=CellUtil.java}
  @Deprecated
  public static void setTimestamp(Cell cell, byte[] ts, int tsOffset) throws 
IOException {
    PrivateCellUtil.setTimestamp(cell, ts, tsOffset);
  }
{code}
I didn't remove it as it is used in CellUtil. But it seems we can convert the 
byte to long and then call the setTimestamp(long) instead. Will remove it in 
next patch.

> Remove the SettableTimestamp and SettableSequenceId
> ---------------------------------------------------
>
>                 Key: HBASE-19430
>                 URL: https://issues.apache.org/jira/browse/HBASE-19430
>             Project: HBase
>          Issue Type: Task
>            Reporter: Chia-Ping Tsai
>            Assignee: Chia-Ping Tsai
>             Fix For: 2.0.0-beta-2
>
>         Attachments: HBASE-19430.v0.patch, HBASE-19430.v0.test.patch
>
>
> They are introduced by HBASE-11777 and HBASE-12082. Both of them are IA.LP 
> and denoted with deprecated. To my way of thinking, we should remove them 
> before 2.0 release.



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

Reply via email to