[
https://issues.apache.org/jira/browse/HBASE-14841?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15121075#comment-15121075
]
Anoop Sam John commented on HBASE-14841:
----------------------------------------
Compressor, WALCellCodec - TODOs can be removed.
{code}
compressTags(out, in.array(), offset, length);
108 ByteBufferUtils.skip(in, length);
{code}
we need this skip?
ByteArrayBackedNode#hashCode - No need for typecasting now
equals -> We can check for Node type and typecast to that and use getContents
(as in ByteBufferBackedNode)
> Allow Dictionary to work with BytebufferedCells
> -----------------------------------------------
>
> Key: HBASE-14841
> URL: https://issues.apache.org/jira/browse/HBASE-14841
> Project: HBase
> Issue Type: Sub-task
> Components: regionserver, Scanners
> Reporter: ramkrishna.s.vasudevan
> Assignee: ramkrishna.s.vasudevan
> Attachments: HBASE-14841.patch, HBASE-14841_1.patch,
> HBASE-14841_2.patch, HBASE-14841_3.patch, HBASE-14841_4.patch,
> HBASE-14841_5.patch, HBASE-14841_6.patch, HBASE-14841_7.patch,
> HBASE-14841_8.patch
>
>
> This is part of HBASE-14832 where we need to ensure that while BBCells are
> getting compacted the TagCompression part should be working with BBCells.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)