[
https://issues.apache.org/jira/browse/HBASE-1822?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12753818#action_12753818
]
Jonathan Gray commented on HBASE-1822:
--------------------------------------
Easy to fix error in Stargate.
But it brings up a question. There are uses all over the place of
family:qualifier treated together in a single byte[], often times it's byte
[][] columns.
I took those APIs out of Scan/Get because they are old-API and there has been
confusion from new users (email on the list today that was at least partially
misusing it).
Do we want to retain something in Scan/Get, rework consumers who are using byte
[][] columns, or just deal with iterating and disassembling it (that's what
I've done so far).
> Remove the deprecated APIs
> --------------------------
>
> Key: HBASE-1822
> URL: https://issues.apache.org/jira/browse/HBASE-1822
> Project: Hadoop HBase
> Issue Type: Improvement
> Reporter: Jean-Daniel Cryans
> Assignee: Jonathan Gray
> Fix For: 0.21.0
>
> Attachments: HBASE-1822-v1.patch
>
>
> Remove all the deprecated stuff in client and mapred.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.