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)