You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Mohammad Arshad (JIRA)" <ji...@apache.org> on 2019/07/04 02:44:00 UTC

[jira] [Created] (HBASE-22655) tags info is missing in Get and Scan Result Cells

Mohammad Arshad created HBASE-22655:
---------------------------------------

             Summary: tags info is missing in Get and Scan Result Cells
                 Key: HBASE-22655
                 URL: https://issues.apache.org/jira/browse/HBASE-22655
             Project: HBase
          Issue Type: Bug
    Affects Versions: 1.3.5, 2.1.5
            Reporter: Mohammad Arshad
            Assignee: Mohammad Arshad
             Fix For: 1.3.6


tags info is missing in Get and Scan Result Cells. 
It is because in Region Server while sending back Result,  targs array is not put into the CellProtos.Cell.
{code}
org.apache.hadoop.hbase.protobuf.ProtobufUtil.toCell(Cell)
{code}
There should be some option to get Cells with tags in it. 





--
This message was sent by Atlassian JIRA
(v7.6.3#76005)