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

Hudson commented on HBASE-17086:
--------------------------------

SUCCESS: Integrated in Jenkins build HBase-Trunk_matrix #2040 (See 
[https://builds.apache.org/job/HBase-Trunk_matrix/2040/])
HBASE-17086: Add comments to explain why Cell#getTagsLength() returns an 
(anoopsamjohn: rev 346e904a210540ffe11863547319c51a233b43f7)
* (edit) hbase-common/src/main/java/org/apache/hadoop/hbase/Cell.java


> Add comments to explain why Cell#getTagsLength() returns an int, rather than 
> a short
> ------------------------------------------------------------------------------------
>
>                 Key: HBASE-17086
>                 URL: https://issues.apache.org/jira/browse/HBASE-17086
>             Project: HBase
>          Issue Type: Improvement
>          Components:  Interface
>    Affects Versions: 2.0.0
>            Reporter: Xiang Li
>            Assignee: Xiang Li
>            Priority: Minor
>             Fix For: 2.0.0
>
>         Attachments: HBASE-17086.master.000.patch, 
> HBASE-17086.master.001.patch
>
>
> In the Cell interface, getTagsLength() returns a int
> But in the KeyValue implementation, tags length is of 2 bytes. Also in 
> ExtendedCell, when explaining the KeyValue format, tags length is stated to 
> be 2 bytes
> Any plan to update Cell interface to make getTagsLength() returns a short ?



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

Reply via email to