[
https://issues.apache.org/jira/browse/HBASE-10801?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13941433#comment-13941433
]
ramkrishna.s.vasudevan commented on HBASE-10801:
------------------------------------------------
{code}
ByteBuffer decodeKeyValues(DataInputStream source, HFileBlockDecodingContext
decodingCtx)
{code}
+1 to remove this code and also refactor testcase that uses this.
{code}
void encodeKeyValues(ByteBuffer in, HFileBlockEncodingContext encodingCtx)
{code}
Can check this feasibility of doing cell by cell. I think this was the one
that we had discussed while doing V3. First we should try to fit Cell into
this and then proceed processing cell by cell.
> Ensure DBE interfaces can work with Cell
> ----------------------------------------
>
> Key: HBASE-10801
> URL: https://issues.apache.org/jira/browse/HBASE-10801
> Project: HBase
> Issue Type: Sub-task
> Reporter: ramkrishna.s.vasudevan
> Fix For: 0.99.0
>
>
> Some changes to the interfaces may be needed for DBEs or may be the way it
> works currently may be need to be modified inorder to make DBEs work with
> Cells. Suggestions and ideas welcome.
--
This message was sent by Atlassian JIRA
(v6.2#6252)