HTable.getRow() should receive RowResult objects
------------------------------------------------
Key: HBASE-557
URL: https://issues.apache.org/jira/browse/HBASE-557
Project: Hadoop HBase
Issue Type: Improvement
Reporter: Bryan Duxbury
Priority: Minor
Fix For: 0.2.0
Currently still uses HBaseMapWritable of HStoreKeys and Cells. HStoreKeys will
have a lot of redundant data (rows and timestamps), and we have to do a
transformation when it gets to the client to make it a SortedMap<Text, Cell>.
Take advantage of the RowResult class to greatly simplify. Maybe getRow should
just return a straight RowResult?
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.